Html Css Color HEX #4D6027 Green Leaf

📋 copy color: '#4D6027'

red 77 ◦ green 96 ◦ blue 39

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

Shades of Green Leaf #4D6027

Tints of Green Leaf #4D6027

RGB

 RED value IS 77 (30.47% from 255) = 36.32%

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

 BLUE value IS 39 (15.63% from 255) = 18.4%

R = 36.32%
G = 45.28%
B = 18.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#4D6027 (or 0x4D6027) is known color: Green Leaf. HEX triplet: 4D, 60 and 27. RGB value is (77,96,39). Sum of RGB (Red+Green+Blue) = 77+96+39=212 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.32% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #4D6027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6027 is #B29FD8. Grayscale: #545454. Windows color (decimal): -11706329 or 2580557. OLE color: 2580557.

HSL color Cylindrical-coordinate representation of color #4D6027: hue angle of 80º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D6027 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 96 39 -
CMYK 0.20 0 0.59 0.62
HSL 80º 0.42% 0.26% -
HSV(B) 80º 0.59% 0.38% -
XYZ 7.61 10.09 3.47 -
YUV 83.82 102.71 123.13 -
System Red Green Blue C M Y K H S L
Decimal 77 96 39 0.20 0 0.59 0.62 80 0.42 0.26
Hex 4D 60 27 14 0 3B 3E 50 2A 1A
Octal 115 140 47 24 0 73 76 120 52 32
Binary 1001101 1100000 100111 10100 0 111011 111110 1010000 101010 11010

Color Harmonies of #4D6027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6027

Black with #4D6027

Text Example


Text Example

White with #4D6027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,96,39); }

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

background-color css

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

 a { background-color: rgb(77,96,39); }

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

border-color css

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

 span { border-color: rgb(77,96,39); }

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