#385C12

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

Shades of Verdun Green #385C12

Tints of Verdun Green #385C12

Color information

#385C12 (or 0x385C12) is unknown color: approx Verdun Green. HEX triplet: 38, 5C and 12. RGB value is (56,92,18). Sum of RGB (Red+Green+Blue) = 56+92+18=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 92 (36.33% from 255 or 55.42% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 92 - color contains mainly: green. Hex color #385C12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385C12 is #C7A3ED. Grayscale: #494949. Windows color (decimal): -13083630 or 1203256. OLE color: 1203256.

HSL color Cylindrical-coordinate representation of color #385C12: hue angle of 89.19º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #385C12 is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB569218-
CMYK0.3900.800.64
HSL89.19º67.27%21.57%-
HSV(B)89.19º80.43%36.08%-
XYZ5.578.541.93-
YUV72.897.07116.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.73%
GREEN value IS 92 (36.33% from 255) = 55.42%
BLUE value IS 18 (7.42% from 255) = 10.84%
R=33.73%
G=55.42%
B=10.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5692180.3900.800.6489.1967.2721.57
Hex385C122705040594316
Octal701342247012010013110326
Binary1110001011100100101001110101000010000001011001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,92,18); }

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

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

 a { background-color: rgb(56,92,18); }

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

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

 span { border-color: rgb(56,92,18); }

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