Html Css Color HEX #4F7425 Green Leaf

📋 copy color: '#4F7425'

red 79 ◦ green 116 ◦ blue 37

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

Shades of Green Leaf #4F7425

Tints of Green Leaf #4F7425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.95%

R = 34.05%
G = 50%
B = 15.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#4F7425 (or 0x4F7425) is known color: Green Leaf. HEX triplet: 4F, 74 and 25. RGB value is (79,116,37). Sum of RGB (Red+Green+Blue) = 79+116+37=232 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.05% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #4F7425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7425 is #B08BDA. Grayscale: #606060. Windows color (decimal): -11570139 or 2454607. OLE color: 2454607.

HSL color Cylindrical-coordinate representation of color #4F7425: hue angle of 88.1º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F7425 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 79 116 37 -
CMYK 0.32 0 0.68 0.55
HSL 88.1º 0.52% 0.3% -
HSV(B) 88.1º 0.68% 0.45% -
XYZ 9.8 14.29 3.99 -
YUV 95.93 94.74 115.92 -
System Red Green Blue C M Y K H S L
Decimal 79 116 37 0.32 0 0.68 0.55 88.1 0.52 0.3
Hex 4F 74 25 20 0 44 37 58 34 1E
Octal 117 164 45 40 0 104 67 130 64 36
Binary 1001111 1110100 100101 100000 0 1000100 110111 1011000 110100 11110

Color Harmonies of #4F7425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7425

Black with #4F7425

Text Example


Text Example

White with #4F7425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,116,37); }

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

background-color css

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

 a { background-color: rgb(79,116,37); }

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

border-color css

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

 span { border-color: rgb(79,116,37); }

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