Html Css Color HEX #4F6026 Green Leaf

📋 copy color: '#4F6026'

red 79 ◦ green 96 ◦ blue 38

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

Shades of Green Leaf #4F6026

Tints of Green Leaf #4F6026

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.07%

 BLUE value IS 38 (15.23% from 255) = 17.84%

R = 37.09%
G = 45.07%
B = 17.84%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#4F6026 (or 0x4F6026) is known color: Green Leaf. HEX triplet: 4F, 60 and 26. RGB value is (79,96,38). Sum of RGB (Red+Green+Blue) = 79+96+38=213 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.09% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #4F6026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6026 is #B09FD9. Grayscale: #545454. Windows color (decimal): -11575258 or 2515023. OLE color: 2515023.

HSL color Cylindrical-coordinate representation of color #4F6026: hue angle of 77.59º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F6026 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 96 38 -
CMYK 0.18 0 0.60 0.62
HSL 77.59º 0.43% 0.26% -
HSV(B) 77.59º 0.6% 0.38% -
XYZ 7.76 10.17 3.39 -
YUV 84.31 101.87 124.22 -
System Red Green Blue C M Y K H S L
Decimal 79 96 38 0.18 0 0.60 0.62 77.59 0.43 0.26
Hex 4F 60 26 12 0 3C 3E 4E 2B 1A
Octal 117 140 46 22 0 74 76 116 53 32
Binary 1001111 1100000 100110 10010 0 111100 111110 1001110 101011 11010

Color Harmonies of #4F6026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6026

Black with #4F6026

Text Example


Text Example

White with #4F6026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,96,38); }

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

background-color css

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

 a { background-color: rgb(79,96,38); }

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

border-color css

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

 span { border-color: rgb(79,96,38); }

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