Html Css Color HEX #4C6C28 Green Leaf

📋 copy color: '#4C6C28'

red 76 ◦ green 108 ◦ blue 40

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

Shades of Green Leaf #4C6C28

Tints of Green Leaf #4C6C28

RGB

 RED value IS 76 (30.08% from 255) = 33.93%

 GREEN value IS 108 (42.58% from 255) = 48.21%

 BLUE value IS 40 (16.02% from 255) = 17.86%

R = 33.93%
G = 48.21%
B = 17.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.63

 K value IS 0.58

RGB Variations

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

Color information

#4C6C28 (or 0x4C6C28) is known color: Green Leaf. HEX triplet: 4C, 6C and 28. RGB value is (76,108,40). Sum of RGB (Red+Green+Blue) = 76+108+40=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 108 (42.58% from 255 or 48.21% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 108 - color contains mainly: green. Hex color #4C6C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6C28 is #B393D7. Grayscale: #5A5A5A. Windows color (decimal): -11768792 or 2649164. OLE color: 2649164.

HSL color Cylindrical-coordinate representation of color #4C6C28: hue angle of 88.24º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C6C28 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB 76 108 40 -
CMYK 0.30 0 0.63 0.58
HSL 88.24º 0.46% 0.29% -
HSV(B) 88.24º 0.63% 0.42% -
XYZ 8.73 12.41 3.94 -
YUV 90.68 99.4 117.53 -
System Red Green Blue C M Y K H S L
Decimal 76 108 40 0.30 0 0.63 0.58 88.24 0.46 0.29
Hex 4C 6C 28 1E 0 3F 3A 58 2E 1D
Octal 114 154 50 36 0 77 72 130 56 35
Binary 1001100 1101100 101000 11110 0 111111 111010 1011000 101110 11101

Color Harmonies of #4C6C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6C28

Black with #4C6C28

Text Example


Text Example

White with #4C6C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,108,40); }

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

background-color css

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

 a { background-color: rgb(76,108,40); }

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

border-color css

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

 span { border-color: rgb(76,108,40); }

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