Html Css Color HEX #395517 Verdun Green

📋 copy color: '#395517'

red 57 ◦ green 85 ◦ blue 23

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

Shades of Verdun Green #395517

Tints of Verdun Green #395517

RGB

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

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

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

R = 34.55%
G = 51.52%
B = 13.94%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#395517 (or 0x395517) is known color: Verdun Green. HEX triplet: 39, 55 and 17. RGB value is (57,85,23). Sum of RGB (Red+Green+Blue) = 57+85+23=165 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.55% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #395517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395517 is #C6AAE8. Grayscale: #454545. Windows color (decimal): -13019881 or 1529145. OLE color: 1529145.

HSL color Cylindrical-coordinate representation of color #395517: hue angle of 87.1º 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 #395517 is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 85 23 -
CMYK 0.33 0 0.73 0.67
HSL 87.1º 0.57% 0.21% -
HSV(B) 87.1º 0.73% 0.33% -
XYZ 5.09 7.43 1.98 -
YUV 69.56 101.72 119.04 -
System Red Green Blue C M Y K H S L
Decimal 57 85 23 0.33 0 0.73 0.67 87.1 0.57 0.21
Hex 39 55 17 21 0 49 43 57 39 15
Octal 71 125 27 41 0 111 103 127 71 25
Binary 111001 1010101 10111 100001 0 1001001 1000011 1010111 111001 10101

Color Harmonies of #395517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395517

Black with #395517

Text Example


Text Example

White with #395517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395517; }

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

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

background-color css

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

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

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

border-color css

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

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

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