Html Css Color HEX #4D7527 Green Leaf

📋 copy color: '#4D7527'

red 77 ◦ green 117 ◦ blue 39

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

Shades of Green Leaf #4D7527

Tints of Green Leaf #4D7527

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.21%

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

R = 33.05%
G = 50.21%
B = 16.74%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#4D7527 (or 0x4D7527) is known color: Green Leaf. HEX triplet: 4D, 75 and 27. RGB value is (77,117,39). Sum of RGB (Red+Green+Blue) = 77+117+39=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #4D7527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7527 is #B28AD8. Grayscale: #606060. Windows color (decimal): -11700953 or 2585933. OLE color: 2585933.

HSL color Cylindrical-coordinate representation of color #4D7527: hue angle of 90.77º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D7527 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB 77 117 39 -
CMYK 0.34 0 0.67 0.54
HSL 90.77º 0.5% 0.31% -
HSV(B) 90.77º 0.67% 0.46% -
XYZ 9.79 14.45 4.19 -
YUV 96.15 95.75 114.34 -
System Red Green Blue C M Y K H S L
Decimal 77 117 39 0.34 0 0.67 0.54 90.77 0.5 0.31
Hex 4D 75 27 22 0 43 36 5B 32 1F
Octal 115 165 47 42 0 103 66 133 62 37
Binary 1001101 1110101 100111 100010 0 1000011 110110 1011011 110010 11111

Color Harmonies of #4D7527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7527

Black with #4D7527

Text Example


Text Example

White with #4D7527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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