#385E14

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

Shades of Clover #385E14

Tints of Clover #385E14

Color information

#385E14 (or 0x385E14) is unknown color: approx Clover. HEX triplet: 38, 5E and 14. RGB value is (56,94,20). Sum of RGB (Red+Green+Blue) = 56+94+20=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 94 (37.11% from 255 or 55.29% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 94 - color contains mainly: green. Hex color #385E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385E14 is #C7A1EB. Grayscale: #4A4A4A. Windows color (decimal): -13083116 or 1334840. OLE color: 1334840.

HSL color Cylindrical-coordinate representation of color #385E14: hue angle of 90.81º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #385E14 is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.63.

Color convert

RGB569420-
CMYK0.4000.790.63
HSL90.81º64.91%22.35%-
HSV(B)90.81º78.72%36.86%-
XYZ5.768.92.08-
YUV74.297.41115.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 94 (37.11% from 255) = 55.29%
BLUE value IS 20 (8.20% from 255) = 11.76%
R=32.94%
G=55.29%
B=11.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5694200.4000.790.6390.8164.9122.35
Hex385E142804F3F5b4116
Octal70136245001177713310126
Binary111000101111010100101000010011111111111011011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385E14; }

 p { color: rgb(56,94,20); }

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

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

 a { background-color: rgb(56,94,20); }

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

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

 span { border-color: rgb(56,94,20); }

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