Html Css Color HEX #4C6026 Clover

📋 copy color: '#4C6026'

red 76 ◦ green 96 ◦ blue 38

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

Shades of Clover #4C6026

Tints of Clover #4C6026

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.71%

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

R = 36.19%
G = 45.71%
B = 18.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#4C6026 (or 0x4C6026) is known color: Clover. HEX triplet: 4C, 60 and 26. RGB value is (76,96,38). Sum of RGB (Red+Green+Blue) = 76+96+38=210 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.19% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #4C6026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6026 is #B39FD9. Grayscale: #535353. Windows color (decimal): -11771866 or 2515020. OLE color: 2515020.

HSL color Cylindrical-coordinate representation of color #4C6026: hue angle of 80.69º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C6026 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 76 96 38 -
CMYK 0.21 0 0.60 0.62
HSL 80.69º 0.43% 0.26% -
HSV(B) 80.69º 0.6% 0.38% -
XYZ 7.51 10.04 3.38 -
YUV 83.41 102.37 122.72 -
System Red Green Blue C M Y K H S L
Decimal 76 96 38 0.21 0 0.60 0.62 80.69 0.43 0.26
Hex 4C 60 26 15 0 3C 3E 51 2B 1A
Octal 114 140 46 25 0 74 76 121 53 32
Binary 1001100 1100000 100110 10101 0 111100 111110 1010001 101011 11010

Color Harmonies of #4C6026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6026

Black with #4C6026

Text Example


Text Example

White with #4C6026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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