#375D14

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

Shades of Clover #375D14

Tints of Clover #375D14

Color information

#375D14 (or 0x375D14) is unknown color: approx Clover. HEX triplet: 37, 5D and 14. RGB value is (55,93,20). Sum of RGB (Red+Green+Blue) = 55+93+20=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 93 (36.72% from 255 or 55.36% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 93 - color contains mainly: green. Hex color #375D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375D14 is #C8A2EB. Grayscale: #494949. Windows color (decimal): -13148908 or 1334583. OLE color: 1334583.

HSL color Cylindrical-coordinate representation of color #375D14: hue angle of 91.23º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #375D14 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB559320-
CMYK0.4100.780.64
HSL91.23º64.6%22.16%-
HSV(B)91.23º78.49%36.47%-
XYZ5.628.692.04-
YUV73.3297.91114.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.74%
GREEN value IS 93 (36.72% from 255) = 55.36%
BLUE value IS 20 (8.20% from 255) = 11.90%
R=32.74%
G=55.36%
B=11.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5593200.4100.780.6491.2364.622.16
Hex375D142904E405b4116
Octal671352451011610013310126
Binary1101111011101101001010010100111010000001011011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375D14; }

 p { color: rgb(55,93,20); }

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

<style>
 a { background-color: #375D14; }

 a { background-color: rgb(55,93,20); }

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

<style>
 span { border-color: #375D14; }

 span { border-color: rgb(55,93,20); }

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