Html Css Color HEX #395716 Verdun Green

📋 copy color: '#395716'

red 57 ◦ green 87 ◦ blue 22

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

Shades of Verdun Green #395716

Tints of Verdun Green #395716

RGB

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

 GREEN value IS 87 (34.38% from 255) = 52.41%

 BLUE value IS 22 (8.98% from 255) = 13.25%

R = 34.34%
G = 52.41%
B = 13.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#395716 (or 0x395716) is known color: Verdun Green. HEX triplet: 39, 57 and 16. RGB value is (57,87,22). Sum of RGB (Red+Green+Blue) = 57+87+22=166 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.34% from 166); Green value is 87 (34.38% from 255 or 52.41% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 87 - color contains mainly: green. Hex color #395716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395716 is #C6A8E9. Grayscale: #464646. Windows color (decimal): -13019370 or 1464121. OLE color: 1464121.

HSL color Cylindrical-coordinate representation of color #395716: hue angle of 87.69º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #395716 is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 87 22 -
CMYK 0.34 0 0.75 0.66
HSL 87.69º 0.6% 0.21% -
HSV(B) 87.69º 0.75% 0.34% -
XYZ 5.24 7.74 1.98 -
YUV 70.62 100.56 118.29 -
System Red Green Blue C M Y K H S L
Decimal 57 87 22 0.34 0 0.75 0.66 87.69 0.6 0.21
Hex 39 57 16 22 0 4B 42 58 3C 15
Octal 71 127 26 42 0 113 102 130 74 25
Binary 111001 1010111 10110 100010 0 1001011 1000010 1011000 111100 10101

Color Harmonies of #395716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395716

Black with #395716

Text Example


Text Example

White with #395716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395716; }

 p { color: rgb(57,87,22); }

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

background-color css

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

 a { background-color: rgb(57,87,22); }

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

border-color css

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

 span { border-color: rgb(57,87,22); }

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