#386B02

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

Shades of Verdun Green #386B02

Tints of Verdun Green #386B02

Color information

#386B02 (or 0x386B02) is unknown color: approx Verdun Green. HEX triplet: 38, 6B and 02. RGB value is (56,107,2). Sum of RGB (Red+Green+Blue) = 56+107+2=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 107 (42.19% from 255 or 64.85% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 107 - color contains mainly: green. Hex color #386B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386B02 is #C794FD. Grayscale: #505050. Windows color (decimal): -13079806 or 158520. OLE color: 158520.

HSL color Cylindrical-coordinate representation of color #386B02: hue angle of 89.14º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #386B02 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB561072-
CMYK0.4800.980.58
HSL89.14º96.33%21.37%-
HSV(B)89.14º98.13%41.96%-
XYZ6.911.361.89-
YUV79.7884.1111.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.94%
GREEN value IS 107 (42.19% from 255) = 64.85%
BLUE value IS 2 (1.17% from 255) = 1.21%
R=33.94%
G=64.85%
B=1.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5610720.4800.980.5889.1496.3321.37
Hex386B2300623A596015
Octal7015326001427213114025
Binary111000110101110110000011000101110101011001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386B02; }

 p { color: rgb(56,107,2); }

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

<style>
 a { background-color: #386B02; }

 a { background-color: rgb(56,107,2); }

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

<style>
 span { border-color: #386B02; }

 span { border-color: rgb(56,107,2); }

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