Html Css Color HEX #4C6521 Green Leaf

📋 copy color: '#4C6521'

red 76 ◦ green 101 ◦ blue 33

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

Shades of Green Leaf #4C6521

Tints of Green Leaf #4C6521

RGB

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

 GREEN value IS 101 (39.84% from 255) = 48.1%

 BLUE value IS 33 (13.28% from 255) = 15.71%

R = 36.19%
G = 48.1%
B = 15.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.60

RGB Variations

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

Color information

#4C6521 (or 0x4C6521) is known color: Green Leaf. HEX triplet: 4C, 65 and 21. RGB value is (76,101,33). Sum of RGB (Red+Green+Blue) = 76+101+33=210 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.19% from 210); Green value is 101 (39.84% from 255 or 48.10% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 101 - color contains mainly: green. Hex color #4C6521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6521 is #B39ADE. Grayscale: #565656. Windows color (decimal): -11770591 or 2188620. OLE color: 2188620.

HSL color Cylindrical-coordinate representation of color #4C6521: hue angle of 82.06º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C6521 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB 76 101 33 -
CMYK 0.25 0 0.67 0.60
HSL 82.06º 0.51% 0.26% -
HSV(B) 82.06º 0.67% 0.4% -
XYZ 7.91 10.95 3.14 -
YUV 85.77 98.22 121.03 -
System Red Green Blue C M Y K H S L
Decimal 76 101 33 0.25 0 0.67 0.60 82.06 0.51 0.26
Hex 4C 65 21 19 0 43 3C 52 33 1A
Octal 114 145 41 31 0 103 74 122 63 32
Binary 1001100 1100101 100001 11001 0 1000011 111100 1010010 110011 11010

Color Harmonies of #4C6521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6521

Black with #4C6521

Text Example


Text Example

White with #4C6521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,101,33); }

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

background-color css

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

 a { background-color: rgb(76,101,33); }

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

border-color css

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

 span { border-color: rgb(76,101,33); }

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