#395A01

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

Shades of Verdun Green #395A01

Tints of Verdun Green #395A01

Color information

#395A01 (or 0x395A01) is unknown color: approx Verdun Green. HEX triplet: 39, 5A and 01. RGB value is (57,90,1). Sum of RGB (Red+Green+Blue) = 57+90+1=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 90 (35.55% from 255 or 60.81% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 90 - color contains mainly: green. Hex color #395A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395A01 is #C6A5FE. Grayscale: #464646. Windows color (decimal): -13018623 or 88633. OLE color: 88633.

HSL color Cylindrical-coordinate representation of color #395A01: hue angle of 82.25º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #395A01 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB57901-
CMYK0.3700.990.65
HSL82.25º97.8%17.84%-
HSV(B)82.25º98.89%35.29%-
XYZ5.358.181.33-
YUV69.9989.07118.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.51%
GREEN value IS 90 (35.55% from 255) = 60.81%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=38.51%
G=60.81%
B=0.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal579010.3700.990.6582.2597.817.84
Hex395A12506341526212
Octal71132145014310112214222
Binary111001101101011001010110001110000011010010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395A01; }

 p { color: rgb(57,90,1); }

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

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

 a { background-color: rgb(57,90,1); }

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

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

 span { border-color: rgb(57,90,1); }

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