#385E0B

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

Shades of Verdun Green #385E0B

Tints of Verdun Green #385E0B

Color information

#385E0B (or 0x385E0B) is unknown color: approx Verdun Green. HEX triplet: 38, 5E and 0B. RGB value is (56,94,11). Sum of RGB (Red+Green+Blue) = 56+94+11=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 94 (37.11% from 255 or 58.39% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 94 - color contains mainly: green. Hex color #385E0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385E0B is #C7A1F4. Grayscale: #494949. Windows color (decimal): -13083125 or 745016. OLE color: 745016.

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

Color convert

RGB569411-
CMYK0.4000.880.63
HSL87.47º79.05%20.59%-
HSV(B)87.47º88.3%36.86%-
XYZ5.698.871.73-
YUV73.1892.91115.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.78%
GREEN value IS 94 (37.11% from 255) = 58.39%
BLUE value IS 11 (4.69% from 255) = 6.83%
R=34.78%
G=58.39%
B=6.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5694110.4000.880.6387.4779.0520.59
Hex385EB280583F574f15
Octal70136135001307712711725
Binary11100010111101011101000010110001111111010111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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