#385818

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

Shades of Clover #385818

Tints of Clover #385818

Color information

#385818 (or 0x385818) is unknown color: approx Clover. HEX triplet: 38, 58 and 18. RGB value is (56,88,24). Sum of RGB (Red+Green+Blue) = 56+88+24=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 88 (34.77% from 255 or 52.38% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 88 - color contains mainly: green. Hex color #385818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385818 is #C7A7E7. Grayscale: #474747. Windows color (decimal): -13084648 or 1595448. OLE color: 1595448.

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

Color convert

RGB568824-
CMYK0.3600.730.65
HSL90º57.14%21.96%-
HSV(B)90º72.73%34.51%-
XYZ5.297.892.11-
YUV71.14101.4117.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.33%
GREEN value IS 88 (34.77% from 255) = 52.38%
BLUE value IS 24 (9.77% from 255) = 14.29%
R=33.33%
G=52.38%
B=14.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5688240.3600.730.659057.1421.96
Hex38581824049415a3916
Octal70130304401111011327126
Binary111000101100011000100100010010011000001101101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385818; }

 p { color: rgb(56,88,24); }

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

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

 a { background-color: rgb(56,88,24); }

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

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

 span { border-color: rgb(56,88,24); }

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