Html Css Color HEX #54701C Green Leaf

📋 copy color: '#54701C'

red 84 ◦ green 112 ◦ blue 28

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

Shades of Green Leaf #54701C

Tints of Green Leaf #54701C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 50%

 BLUE value IS 28 (11.33% from 255) = 12.5%

R = 37.5%
G = 50%
B = 12.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#54701C (or 0x54701C) is known color: Green Leaf. HEX triplet: 54, 70 and 1C. RGB value is (84,112,28). Sum of RGB (Red+Green+Blue) = 84+112+28=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #54701C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54701C is #AB8FE3. Grayscale: #5E5E5E. Windows color (decimal): -11243492 or 1863764. OLE color: 1863764.

HSL color Cylindrical-coordinate representation of color #54701C: hue angle of 80º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #54701C is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 112 28 -
CMYK 0.25 0 0.75 0.56
HSL 80º 0.6% 0.27% -
HSV(B) 80º 0.75% 0.44% -
XYZ 9.66 13.56 3.21 -
YUV 94.05 90.72 120.83 -
System Red Green Blue C M Y K H S L
Decimal 84 112 28 0.25 0 0.75 0.56 80 0.6 0.27
Hex 54 70 1C 19 0 4B 38 50 3C 1B
Octal 124 160 34 31 0 113 70 120 74 33
Binary 1010100 1110000 11100 11001 0 1001011 111000 1010000 111100 11011

Color Harmonies of #54701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54701C

Black with #54701C

Text Example


Text Example

White with #54701C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,112,28); }

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

background-color css

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

 a { background-color: rgb(84,112,28); }

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

border-color css

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

 span { border-color: rgb(84,112,28); }

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