Html Css Color HEX #4F701C Green Leaf

📋 copy color: '#4F701C'

red 79 ◦ green 112 ◦ blue 28

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

Shades of Green Leaf #4F701C

Tints of Green Leaf #4F701C

RGB

 RED value IS 79 (31.25% from 255) = 36.07%

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

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

R = 36.07%
G = 51.14%
B = 12.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#4F701C (or 0x4F701C) is known color: Green Leaf. HEX triplet: 4F, 70 and 1C. RGB value is (79,112,28). Sum of RGB (Red+Green+Blue) = 79+112+28=219 (29% of max value = 765). Red value is 79 (31.25% from 255 or 36.07% from 219); Green value is 112 (44.14% from 255 or 51.14% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 112 - color contains mainly: green. Hex color #4F701C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F701C is #B08FE3. Grayscale: #5C5C5C. Windows color (decimal): -11571172 or 1863759. OLE color: 1863759.

HSL color Cylindrical-coordinate representation of color #4F701C: hue angle of 83.57º 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 #4F701C is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 79 112 28 -
CMYK 0.29 0 0.75 0.56
HSL 83.57º 0.6% 0.27% -
HSV(B) 83.57º 0.75% 0.44% -
XYZ 9.23 13.33 3.19 -
YUV 92.56 91.57 118.33 -
System Red Green Blue C M Y K H S L
Decimal 79 112 28 0.29 0 0.75 0.56 83.57 0.6 0.27
Hex 4F 70 1C 1D 0 4B 38 54 3C 1B
Octal 117 160 34 35 0 113 70 124 74 33
Binary 1001111 1110000 11100 11101 0 1001011 111000 1010100 111100 11011

Color Harmonies of #4F701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F701C

Black with #4F701C

Text Example


Text Example

White with #4F701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F701C; }

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

 H1.HeaderClassName
 {
   color: #4F701C;
 }
 .AnyTagClassName
 {
   color: #4F701C;
 }
</style>

background-color css

<style>
 a { background-color: #4F701C; }

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

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

border-color css

<style>
 span { border-color: #4F701C; }

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

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