Html Css Color HEX #395502 Verdun Green

📋 copy color: '#395502'

red 57 ◦ green 85 ◦ blue 2

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

Shades of Verdun Green #395502

Tints of Verdun Green #395502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 59.03%

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

R = 39.58%
G = 59.03%
B = 1.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#395502 (or 0x395502) is known color: Verdun Green. HEX triplet: 39, 55 and 02. RGB value is (57,85,2). Sum of RGB (Red+Green+Blue) = 57+85+2=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #395502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395502 is #C6AAFD. Grayscale: #434343. Windows color (decimal): -13019902 or 152889. OLE color: 152889.

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

Color convert

RGB 57 85 2 -
CMYK 0.33 0 0.98 0.67
HSL 80.24º 0.95% 0.17% -
HSV(B) 80.24º 0.98% 0.33% -
XYZ 4.95 7.37 1.22 -
YUV 67.17 91.22 120.75 -
System Red Green Blue C M Y K H S L
Decimal 57 85 2 0.33 0 0.98 0.67 80.24 0.95 0.17
Hex 39 55 2 21 0 62 43 50 5F 11
Octal 71 125 2 41 0 142 103 120 137 21
Binary 111001 1010101 10 100001 0 1100010 1000011 1010000 1011111 10001

Color Harmonies of #395502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395502

Black with #395502

Text Example


Text Example

White with #395502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395502; }

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

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

background-color css

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

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

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

border-color css

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

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

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