Html Css Color HEX #4C6A22 Green Leaf

📋 copy color: '#4C6A22'

red 76 ◦ green 106 ◦ blue 34

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

Shades of Green Leaf #4C6A22

Tints of Green Leaf #4C6A22

RGB

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

 GREEN value IS 106 (41.8% from 255) = 49.07%

 BLUE value IS 34 (13.67% from 255) = 15.74%

R = 35.19%
G = 49.07%
B = 15.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.58

RGB Variations

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

Color information

#4C6A22 (or 0x4C6A22) is known color: Green Leaf. HEX triplet: 4C, 6A and 22. RGB value is (76,106,34). Sum of RGB (Red+Green+Blue) = 76+106+34=216 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.19% from 216); Green value is 106 (41.80% from 255 or 49.07% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 106 - color contains mainly: green. Hex color #4C6A22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6A22 is #B395DD. Grayscale: #595959. Windows color (decimal): -11769310 or 2255436. OLE color: 2255436.

HSL color Cylindrical-coordinate representation of color #4C6A22: hue angle of 85º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C6A22 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.58.

Color convert

RGB 76 106 34 -
CMYK 0.28 0 0.68 0.58
HSL 85º 0.51% 0.27% -
HSV(B) 85º 0.68% 0.42% -
XYZ 8.42 11.96 3.38 -
YUV 88.82 97.06 118.85 -
System Red Green Blue C M Y K H S L
Decimal 76 106 34 0.28 0 0.68 0.58 85 0.51 0.27
Hex 4C 6A 22 1C 0 44 3A 55 33 1B
Octal 114 152 42 34 0 104 72 125 63 33
Binary 1001100 1101010 100010 11100 0 1000100 111010 1010101 110011 11011

Color Harmonies of #4C6A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6A22

Black with #4C6A22

Text Example


Text Example

White with #4C6A22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,106,34); }

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

background-color css

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

 a { background-color: rgb(76,106,34); }

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

border-color css

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

 span { border-color: rgb(76,106,34); }

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