#424F2C

Color #424F2C Clover (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clover #424F2C

Tints of Clover #424F2C

Color information

#424F2C (or 0x424F2C) is unknown color: approx Clover. HEX triplet: 42, 4F and 2C. RGB value is (66,79,44). Sum of RGB (Red+Green+Blue) = 66+79+44=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 79 - color contains mainly: green. Hex color #424F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F2C is #BDB0D3. Grayscale: #474747. Windows color (decimal): -12431572 or 2903874. OLE color: 2903874.

HSL color Cylindrical-coordinate representation of color #424F2C: hue angle of 82.29º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #424F2C is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB667944-
CMYK0.1600.440.69
HSL82.29º28.46%24.12%-
HSV(B)82.29º44.3%30.98%-
XYZ5.56.933.43-
YUV71.12112.69124.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.92%
GREEN value IS 79 (31.25% from 255) = 41.80%
BLUE value IS 44 (17.58% from 255) = 23.28%
R=34.92%
G=41.80%
B=23.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6679440.1600.440.6982.2928.4624.12
Hex424F2C1002C45521c18
Octal10211754200541051223430
Binary10000101001111101100100000101100100010110100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424F2C; }

 p { color: rgb(66,79,44); }

 H1.HeaderClassName
 {
   color: #424F2C;
 }
 .AnyTagClassName
 {
   color: #424F2C;
 }
</style>
background-color css

<style>
 a { background-color: #424F2C; }

 a { background-color: rgb(66,79,44); }

 div.DivClassName
 {
   background-color: #424F2C;
 }
 .BgClassName
 {
   background-color: #424F2C;
 }
</style>
border-color css

<style>
 span { border-color: #424F2C; }

 span { border-color: rgb(66,79,44); }

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