#386207

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

Shades of Verdun Green #386207

Tints of Verdun Green #386207

Color information

#386207 (or 0x386207) is unknown color: approx Verdun Green. HEX triplet: 38, 62 and 07. RGB value is (56,98,7). Sum of RGB (Red+Green+Blue) = 56+98+7=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 98 (38.67% from 255 or 60.87% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 98 - color contains mainly: green. Hex color #386207 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386207 is #C79DF8. Grayscale: #4B4B4B. Windows color (decimal): -13082105 or 483896. OLE color: 483896.

HSL color Cylindrical-coordinate representation of color #386207: hue angle of 87.69º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #386207 is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB56987-
CMYK0.4300.930.62
HSL87.69º86.67%20.59%-
HSV(B)87.69º92.86%38.43%-
XYZ6.049.591.73-
YUV75.0789.59114.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.78%
GREEN value IS 98 (38.67% from 255) = 60.87%
BLUE value IS 7 (3.12% from 255) = 4.35%
R=34.78%
G=60.87%
B=4.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal569870.4300.930.6287.6986.6720.59
Hex386272B05D3E585715
Octal7014275301357613012725
Binary1110001100010111101011010111011111101011000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386207; }

 p { color: rgb(56,98,7); }

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

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

 a { background-color: rgb(56,98,7); }

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

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

 span { border-color: rgb(56,98,7); }

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