Html Css Color HEX #395801 Verdun Green

📋 copy color: '#395801'

red 57 ◦ green 88 ◦ blue 1

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

Shades of Verdun Green #395801

Tints of Verdun Green #395801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 60.27%

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

R = 39.04%
G = 60.27%
B = 0.68%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#395801 (or 0x395801) is known color: Verdun Green. HEX triplet: 39, 58 and 01. RGB value is (57,88,1). Sum of RGB (Red+Green+Blue) = 57+88+1=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 88 (34.77% from 255 or 60.27% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 88 - color contains mainly: green. Hex color #395801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395801 is #C6A7FE. Grayscale: #454545. Windows color (decimal): -13019135 or 88121. OLE color: 88121.

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

Color convert

RGB 57 88 1 -
CMYK 0.35 0 0.99 0.65
HSL 81.38º 0.98% 0.17% -
HSV(B) 81.38º 0.99% 0.35% -
XYZ 5.18 7.85 1.27 -
YUV 68.81 89.73 119.57 -
System Red Green Blue C M Y K H S L
Decimal 57 88 1 0.35 0 0.99 0.65 81.38 0.98 0.17
Hex 39 58 1 23 0 63 41 51 62 11
Octal 71 130 1 43 0 143 101 121 142 21
Binary 111001 1011000 1 100011 0 1100011 1000001 1010001 1100010 10001

Color Harmonies of #395801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395801

Black with #395801

Text Example


Text Example

White with #395801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395801; }

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

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

background-color css

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

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

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

border-color css

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

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

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