Html Css Color HEX #395505 Verdun Green

📋 copy color: '#395505'

red 57 ◦ green 85 ◦ blue 5

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

Shades of Verdun Green #395505

Tints of Verdun Green #395505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.4%

R = 38.78%
G = 57.82%
B = 3.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#395505 (or 0x395505) is known color: Verdun Green. HEX triplet: 39, 55 and 05. RGB value is (57,85,5). Sum of RGB (Red+Green+Blue) = 57+85+5=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 85 (33.59% from 255 or 57.82% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 85 - color contains mainly: green. Hex color #395505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395505 is #C6AAFA. Grayscale: #434343. Windows color (decimal): -13019899 or 349497. OLE color: 349497.

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

Color convert

RGB 57 85 5 -
CMYK 0.33 0 0.94 0.67
HSL 81º 0.89% 0.18% -
HSV(B) 81º 0.94% 0.33% -
XYZ 4.96 7.38 1.31 -
YUV 67.51 92.72 120.5 -
System Red Green Blue C M Y K H S L
Decimal 57 85 5 0.33 0 0.94 0.67 81 0.89 0.18
Hex 39 55 5 21 0 5E 43 51 59 12
Octal 71 125 5 41 0 136 103 121 131 22
Binary 111001 1010101 101 100001 0 1011110 1000011 1010001 1011001 10010

Color Harmonies of #395505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395505

Black with #395505

Text Example


Text Example

White with #395505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395505; }

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

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

background-color css

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

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

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

border-color css

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

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

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