Html Css Color HEX #54714C Cactus

📋 copy color: '#54714C'

red 84 ◦ green 113 ◦ blue 76

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

Shades of Cactus #54714C

Tints of Cactus #54714C

RGB

 RED value IS 84 (33.2% from 255) = 30.77%

 GREEN value IS 113 (44.53% from 255) = 41.39%

 BLUE value IS 76 (30.08% from 255) = 27.84%

R = 30.77%
G = 41.39%
B = 27.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#54714C (or 0x54714C) is known color: Cactus. HEX triplet: 54, 71 and 4C. RGB value is (84,113,76). Sum of RGB (Red+Green+Blue) = 84+113+76=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 113 - color contains mainly: green. Hex color #54714C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54714C is #AB8EB3. Grayscale: #646464. Windows color (decimal): -11243188 or 5009748. OLE color: 5009748.

HSL color Cylindrical-coordinate representation of color #54714C: hue angle of 107.03º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #54714C is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 113 76 -
CMYK 0.26 0 0.33 0.56
HSL 107.03º 0.2% 0.37% -
HSV(B) 107.03º 0.33% 0.44% -
XYZ 10.87 14.22 9.01 -
YUV 100.11 114.39 116.51 -
System Red Green Blue C M Y K H S L
Decimal 84 113 76 0.26 0 0.33 0.56 107.03 0.2 0.37
Hex 54 71 4C 1A 0 21 38 6B 14 25
Octal 124 161 114 32 0 41 70 153 24 45
Binary 1010100 1110001 1001100 11010 0 100001 111000 1101011 10100 100101

Color Harmonies of #54714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54714C

Black with #54714C

Text Example


Text Example

White with #54714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54714C; }

 p { color: rgb(84,113,76); }

 H1.HeaderClassName
 {
   color: #54714C;
 }
 .AnyTagClassName
 {
   color: #54714C;
 }
</style>

background-color css

<style>
 a { background-color: #54714C; }

 a { background-color: rgb(84,113,76); }

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

border-color css

<style>
 span { border-color: #54714C; }

 span { border-color: rgb(84,113,76); }

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