#385917

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

Shades of Clover #385917

Tints of Clover #385917

Color information

#385917 (or 0x385917) is unknown color: approx Clover. HEX triplet: 38, 59 and 17. RGB value is (56,89,23). Sum of RGB (Red+Green+Blue) = 56+89+23=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 89 (35.16% from 255 or 52.98% from 168); Blue value is 23 (9.38% from 255 or 13.69% from 168); Max value from RGB is 89 - color contains mainly: green. Hex color #385917 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385917 is #C7A6E8. Grayscale: #474747. Windows color (decimal): -13084393 or 1530168. OLE color: 1530168.

HSL color Cylindrical-coordinate representation of color #385917: hue angle of 90º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #385917 is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB568923-
CMYK0.3700.740.65
HSL90º58.93%21.96%-
HSV(B)90º74.16%34.9%-
XYZ5.368.052.08-
YUV71.61100.57116.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.33%
GREEN value IS 89 (35.16% from 255) = 52.98%
BLUE value IS 23 (9.38% from 255) = 13.69%
R=33.33%
G=52.98%
B=13.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5689230.3700.740.659058.9321.96
Hex3859172504A415a3b16
Octal70131274501121011327326
Binary111000101100110111100101010010101000001101101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385917; }

 p { color: rgb(56,89,23); }

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

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

 a { background-color: rgb(56,89,23); }

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

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

 span { border-color: rgb(56,89,23); }

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