Html Css Color HEX #4C6526 Green Leaf

📋 copy color: '#4C6526'

red 76 ◦ green 101 ◦ blue 38

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

Shades of Green Leaf #4C6526

Tints of Green Leaf #4C6526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.67%

R = 35.35%
G = 46.98%
B = 17.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.60

RGB Variations

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

Color information

#4C6526 (or 0x4C6526) is known color: Green Leaf. HEX triplet: 4C, 65 and 26. RGB value is (76,101,38). Sum of RGB (Red+Green+Blue) = 76+101+38=215 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.35% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 101 - color contains mainly: green. Hex color #4C6526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6526 is #B39AD9. Grayscale: #565656. Windows color (decimal): -11770586 or 2516300. OLE color: 2516300.

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

Color convert

RGB 76 101 38 -
CMYK 0.25 0 0.62 0.60
HSL 83.81º 0.45% 0.27% -
HSV(B) 83.81º 0.62% 0.4% -
XYZ 7.98 10.98 3.53 -
YUV 86.34 100.72 120.62 -
System Red Green Blue C M Y K H S L
Decimal 76 101 38 0.25 0 0.62 0.60 83.81 0.45 0.27
Hex 4C 65 26 19 0 3E 3C 54 2D 1B
Octal 114 145 46 31 0 76 74 124 55 33
Binary 1001100 1100101 100110 11001 0 111110 111100 1010100 101101 11011

Color Harmonies of #4C6526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6526

Black with #4C6526

Text Example


Text Example

White with #4C6526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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