Html Css Color HEX #395417 Verdun Green

📋 copy color: '#395417'

red 57 ◦ green 84 ◦ blue 23

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

Shades of Verdun Green #395417

Tints of Verdun Green #395417

RGB

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

 GREEN value IS 84 (33.2% from 255) = 51.22%

 BLUE value IS 23 (9.38% from 255) = 14.02%

R = 34.76%
G = 51.22%
B = 14.02%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#395417 (or 0x395417) is known color: Verdun Green. HEX triplet: 39, 54 and 17. RGB value is (57,84,23). Sum of RGB (Red+Green+Blue) = 57+84+23=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #395417 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395417 is #C6ABE8. Grayscale: #454545. Windows color (decimal): -13020137 or 1528889. OLE color: 1528889.

HSL color Cylindrical-coordinate representation of color #395417: hue angle of 86.56º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #395417 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 84 23 -
CMYK 0.32 0 0.73 0.67
HSL 86.56º 0.57% 0.21% -
HSV(B) 86.56º 0.73% 0.33% -
XYZ 5.01 7.27 1.95 -
YUV 68.97 102.05 119.46 -
System Red Green Blue C M Y K H S L
Decimal 57 84 23 0.32 0 0.73 0.67 86.56 0.57 0.21
Hex 39 54 17 20 0 49 43 57 39 15
Octal 71 124 27 40 0 111 103 127 71 25
Binary 111001 1010100 10111 100000 0 1001001 1000011 1010111 111001 10101

Color Harmonies of #395417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395417

Black with #395417

Text Example


Text Example

White with #395417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395417; }

 p { color: rgb(57,84,23); }

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

background-color css

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

 a { background-color: rgb(57,84,23); }

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

border-color css

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

 span { border-color: rgb(57,84,23); }

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