#385E0F

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

Shades of Verdun Green #385E0F

Tints of Verdun Green #385E0F

Color information

#385E0F (or 0x385E0F) is unknown color: approx Verdun Green. HEX triplet: 38, 5E and 0F. RGB value is (56,94,15). Sum of RGB (Red+Green+Blue) = 56+94+15=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 94 (37.11% from 255 or 56.97% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 94 - color contains mainly: green. Hex color #385E0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385E0F is #C7A1F0. Grayscale: #494949. Windows color (decimal): -13083121 or 1007160. OLE color: 1007160.

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

Color convert

RGB569415-
CMYK0.4000.840.63
HSL88.86º72.48%21.37%-
HSV(B)88.86º84.04%36.86%-
XYZ5.728.881.86-
YUV73.6394.91115.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.94%
GREEN value IS 94 (37.11% from 255) = 56.97%
BLUE value IS 15 (6.25% from 255) = 9.09%
R=33.94%
G=56.97%
B=9.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5694150.4000.840.6388.8672.4821.37
Hex385EF280543F594815
Octal70136175001247713111025
Binary11100010111101111101000010101001111111011001100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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