Html Css Color HEX #51744E Cactus

📋 copy color: '#51744E'

red 81 ◦ green 116 ◦ blue 78

#51744E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cactus #51744E

Tints of Cactus #51744E

RGB

 RED value IS 81 (32.03% from 255) = 29.45%

 GREEN value IS 116 (45.7% from 255) = 42.18%

 BLUE value IS 78 (30.86% from 255) = 28.36%

R = 29.45%
G = 42.18%
B = 28.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.33

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#51744E (or 0x51744E) is known color: Cactus. HEX triplet: 51, 74 and 4E. RGB value is (81,116,78). Sum of RGB (Red+Green+Blue) = 81+116+78=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 116 - color contains mainly: green. Hex color #51744E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51744E is #AE8BB1. Grayscale: #656565. Windows color (decimal): -11439026 or 5141585. OLE color: 5141585.

HSL color Cylindrical-coordinate representation of color #51744E: hue angle of 115.26º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #51744E is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 116 78 -
CMYK 0.30 0 0.33 0.55
HSL 115.26º 0.2% 0.38% -
HSV(B) 115.26º 0.33% 0.45% -
XYZ 11.01 14.79 9.48 -
YUV 101.2 114.9 113.59 -
System Red Green Blue C M Y K H S L
Decimal 81 116 78 0.30 0 0.33 0.55 115.26 0.2 0.38
Hex 51 74 4E 1E 0 21 37 73 14 26
Octal 121 164 116 36 0 41 67 163 24 46
Binary 1010001 1110100 1001110 11110 0 100001 110111 1110011 10100 100110

Color Harmonies of #51744E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51744E

Black with #51744E

Text Example


Text Example

White with #51744E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51744E; }

 p { color: rgb(81,116,78); }

 H1.HeaderClassName
 {
   color: #51744E;
 }
 .AnyTagClassName
 {
   color: #51744E;
 }
</style>

background-color css

<style>
 a { background-color: #51744E; }

 a { background-color: rgb(81,116,78); }

 div.DivClassName
 {
   background-color: #51744E;
 }
 .BgClassName
 {
   background-color: #51744E;
 }
</style>

border-color css

<style>
 span { border-color: #51744E; }

 span { border-color: rgb(81,116,78); }

 td.TdClassName
 {
   border-color: #51744E;
 }
 .TagClassName
 {
   border-color: #51744E;
 }
</style>