Html Css Color HEX #395702 Verdun Green

📋 copy color: '#395702'

red 57 ◦ green 87 ◦ blue 2

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

Shades of Verdun Green #395702

Tints of Verdun Green #395702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 59.59%

 BLUE value IS 2 (1.17% from 255) = 1.37%

R = 39.04%
G = 59.59%
B = 1.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#395702 (or 0x395702) is known color: Verdun Green. HEX triplet: 39, 57 and 02. RGB value is (57,87,2). Sum of RGB (Red+Green+Blue) = 57+87+2=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 87 (34.38% from 255 or 59.59% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 87 - color contains mainly: green. Hex color #395702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395702 is #C6A8FD. Grayscale: #444444. Windows color (decimal): -13019390 or 153401. OLE color: 153401.

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

Color convert

RGB 57 87 2 -
CMYK 0.34 0 0.98 0.66
HSL 81.18º 0.96% 0.17% -
HSV(B) 81.18º 0.98% 0.34% -
XYZ 5.11 7.69 1.27 -
YUV 68.34 90.56 119.91 -
System Red Green Blue C M Y K H S L
Decimal 57 87 2 0.34 0 0.98 0.66 81.18 0.96 0.17
Hex 39 57 2 22 0 62 42 51 60 11
Octal 71 127 2 42 0 142 102 121 140 21
Binary 111001 1010111 10 100010 0 1100010 1000010 1010001 1100000 10001

Color Harmonies of #395702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395702

Black with #395702

Text Example


Text Example

White with #395702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395702; }

 p { color: rgb(57,87,2); }

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

background-color css

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

 a { background-color: rgb(57,87,2); }

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

border-color css

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

 span { border-color: rgb(57,87,2); }

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