#385C0A

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

Shades of Verdun Green #385C0A

Tints of Verdun Green #385C0A

Color information

#385C0A (or 0x385C0A) is unknown color: approx Verdun Green. HEX triplet: 38, 5C and 0A. RGB value is (56,92,10). Sum of RGB (Red+Green+Blue) = 56+92+10=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 92 (36.33% from 255 or 58.23% from 158); Blue value is 10 (4.30% from 255 or 6.33% from 158); Max value from RGB is 92 - color contains mainly: green. Hex color #385C0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385C0A is #C7A3F5. Grayscale: #484848. Windows color (decimal): -13083638 or 678968. OLE color: 678968.

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

Color convert

RGB569210-
CMYK0.3900.890.64
HSL86.34º80.39%20%-
HSV(B)86.34º89.13%36.08%-
XYZ5.518.521.64-
YUV71.8993.07116.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.44%
GREEN value IS 92 (36.33% from 255) = 58.23%
BLUE value IS 10 (4.30% from 255) = 6.33%
R=35.44%
G=58.23%
B=6.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5692100.3900.890.6486.3480.3920
Hex385CA2705940565014
Octal701341247013110012612024
Binary111000101110010101001110101100110000001010110101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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