#385B06

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

Shades of Verdun Green #385B06

Tints of Verdun Green #385B06

Color information

#385B06 (or 0x385B06) is unknown color: approx Verdun Green. HEX triplet: 38, 5B and 06. RGB value is (56,91,6). Sum of RGB (Red+Green+Blue) = 56+91+6=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 91 (35.94% from 255 or 59.48% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 91 - color contains mainly: green. Hex color #385B06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385B06 is #C7A4F9. Grayscale: #474747. Windows color (decimal): -13083898 or 416568. OLE color: 416568.

HSL color Cylindrical-coordinate representation of color #385B06: hue angle of 84.71º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #385B06 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.64.

Color convert

RGB56916-
CMYK0.3800.930.64
HSL84.71º87.63%19.02%-
HSV(B)84.71º93.41%35.69%-
XYZ5.48.341.5-
YUV70.8491.4117.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.60%
GREEN value IS 91 (35.94% from 255) = 59.48%
BLUE value IS 6 (2.73% from 255) = 3.92%
R=36.60%
G=59.48%
B=3.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal569160.3800.930.6484.7187.6319.02
Hex385B62605D40555813
Octal70133646013510012513023
Binary11100010110111101001100101110110000001010101101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,91,6); }

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

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

 a { background-color: rgb(56,91,6); }

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

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

 span { border-color: rgb(56,91,6); }

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