#375A1B

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

Shades of Clover #375A1B

Tints of Clover #375A1B

Color information

#375A1B (or 0x375A1B) is unknown color: approx Clover. HEX triplet: 37, 5A and 1B. RGB value is (55,90,27). Sum of RGB (Red+Green+Blue) = 55+90+27=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 90 (35.55% from 255 or 52.33% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 90 - color contains mainly: green. Hex color #375A1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375A1B is #C8A5E4. Grayscale: #484848. Windows color (decimal): -13149669 or 1792567. OLE color: 1792567.

HSL color Cylindrical-coordinate representation of color #375A1B: hue angle of 93.33º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #375A1B is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB559027-
CMYK0.3900.700.65
HSL93.33º53.85%22.94%-
HSV(B)93.33º70%35.29%-
XYZ5.438.22.33-
YUV72.35102.4115.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.98%
GREEN value IS 90 (35.55% from 255) = 52.33%
BLUE value IS 27 (10.94% from 255) = 15.70%
R=31.98%
G=52.33%
B=15.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5590270.3900.700.6593.3353.8522.94
Hex375A1B27046415d3617
Octal67132334701061011356627
Binary110111101101011011100111010001101000001101110111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,90,27); }

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

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

 a { background-color: rgb(55,90,27); }

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

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

 span { border-color: rgb(55,90,27); }

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