Html Css Color HEX #395301 Verdun Green

📋 copy color: '#395301'

red 57 ◦ green 83 ◦ blue 1

#395301
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #395301

Tints of Verdun Green #395301

RGB

 RED value IS 57 (22.66% from 255) = 40.43%

 GREEN value IS 83 (32.81% from 255) = 58.87%

 BLUE value IS 1 (0.78% from 255) = 0.71%

R = 40.43%
G = 58.87%
B = 0.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#395301 (or 0x395301) is known color: Verdun Green. HEX triplet: 39, 53 and 01. RGB value is (57,83,1). Sum of RGB (Red+Green+Blue) = 57+83+1=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 83 (32.81% from 255 or 58.87% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 83 - color contains mainly: green. Hex color #395301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395301 is #C6ACFE. Grayscale: #424242. Windows color (decimal): -13020415 or 86841. OLE color: 86841.

HSL color Cylindrical-coordinate representation of color #395301: hue angle of 79.02º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #395301 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 83 1 -
CMYK 0.31 0 0.99 0.67
HSL 79.02º 0.98% 0.16% -
HSV(B) 79.02º 0.99% 0.33% -
XYZ 4.79 7.06 1.14 -
YUV 65.88 91.39 121.67 -
System Red Green Blue C M Y K H S L
Decimal 57 83 1 0.31 0 0.99 0.67 79.02 0.98 0.16
Hex 39 53 1 1F 0 63 43 4F 62 10
Octal 71 123 1 37 0 143 103 117 142 20
Binary 111001 1010011 1 11111 0 1100011 1000011 1001111 1100010 10000

Color Harmonies of #395301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395301

Black with #395301

Text Example


Text Example

White with #395301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395301; }

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

 H1.HeaderClassName
 {
   color: #395301;
 }
 .AnyTagClassName
 {
   color: #395301;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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