Html Css Color HEX #395811 Verdun Green

📋 copy color: '#395811'

red 57 ◦ green 88 ◦ blue 17

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

Shades of Verdun Green #395811

Tints of Verdun Green #395811

RGB

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

 GREEN value IS 88 (34.77% from 255) = 54.32%

 BLUE value IS 17 (7.03% from 255) = 10.49%

R = 35.19%
G = 54.32%
B = 10.49%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#395811 (or 0x395811) is known color: Verdun Green. HEX triplet: 39, 58 and 11. RGB value is (57,88,17). Sum of RGB (Red+Green+Blue) = 57+88+17=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #395811 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395811 is #C6A7EE. Grayscale: #464646. Windows color (decimal): -13019119 or 1136697. OLE color: 1136697.

HSL color Cylindrical-coordinate representation of color #395811: hue angle of 86.2º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #395811 is Cyan = 0.35, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 88 17 -
CMYK 0.35 0 0.81 0.65
HSL 86.2º 0.68% 0.21% -
HSV(B) 86.2º 0.81% 0.35% -
XYZ 5.28 7.89 1.78 -
YUV 70.64 97.73 118.27 -
System Red Green Blue C M Y K H S L
Decimal 57 88 17 0.35 0 0.81 0.65 86.2 0.68 0.21
Hex 39 58 11 23 0 51 41 56 44 15
Octal 71 130 21 43 0 121 101 126 104 25
Binary 111001 1011000 10001 100011 0 1010001 1000001 1010110 1000100 10101

Color Harmonies of #395811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395811

Black with #395811

Text Example


Text Example

White with #395811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395811; }

 p { color: rgb(57,88,17); }

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

background-color css

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

 a { background-color: rgb(57,88,17); }

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

border-color css

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

 span { border-color: rgb(57,88,17); }

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