Html Css Color HEX #54701F Green Leaf

📋 copy color: '#54701F'

red 84 ◦ green 112 ◦ blue 31

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

Shades of Green Leaf #54701F

Tints of Green Leaf #54701F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.66%

R = 37%
G = 49.34%
B = 13.66%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#54701F (or 0x54701F) is known color: Green Leaf. HEX triplet: 54, 70 and 1F. RGB value is (84,112,31). Sum of RGB (Red+Green+Blue) = 84+112+31=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #54701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54701F is #AB8FE0. Grayscale: #5E5E5E. Windows color (decimal): -11243489 or 2060372. OLE color: 2060372.

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

Color convert

RGB 84 112 31 -
CMYK 0.25 0 0.72 0.56
HSL 80.74º 0.57% 0.28% -
HSV(B) 80.74º 0.72% 0.44% -
XYZ 9.7 13.57 3.4 -
YUV 94.39 92.22 120.59 -
System Red Green Blue C M Y K H S L
Decimal 84 112 31 0.25 0 0.72 0.56 80.74 0.57 0.28
Hex 54 70 1F 19 0 48 38 51 39 1C
Octal 124 160 37 31 0 110 70 121 71 34
Binary 1010100 1110000 11111 11001 0 1001000 111000 1010001 111001 11100

Color Harmonies of #54701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54701F

Black with #54701F

Text Example


Text Example

White with #54701F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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