Html Css Color HEX #395310 Verdun Green

📋 copy color: '#395310'

red 57 ◦ green 83 ◦ blue 16

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

Shades of Verdun Green #395310

Tints of Verdun Green #395310

RGB

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

 GREEN value IS 83 (32.81% from 255) = 53.21%

 BLUE value IS 16 (6.64% from 255) = 10.26%

R = 36.54%
G = 53.21%
B = 10.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#395310 (or 0x395310) is known color: Verdun Green. HEX triplet: 39, 53 and 10. RGB value is (57,83,16). Sum of RGB (Red+Green+Blue) = 57+83+16=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #395310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395310 is #C6ACEF. Grayscale: #434343. Windows color (decimal): -13020400 or 1069881. OLE color: 1069881.

HSL color Cylindrical-coordinate representation of color #395310: hue angle of 83.28º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #395310 is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 83 16 -
CMYK 0.31 0 0.81 0.67
HSL 83.28º 0.68% 0.19% -
HSV(B) 83.28º 0.81% 0.33% -
XYZ 4.87 7.09 1.6 -
YUV 67.59 98.89 120.45 -
System Red Green Blue C M Y K H S L
Decimal 57 83 16 0.31 0 0.81 0.67 83.28 0.68 0.19
Hex 39 53 10 1F 0 51 43 53 44 13
Octal 71 123 20 37 0 121 103 123 104 23
Binary 111001 1010011 10000 11111 0 1010001 1000011 1010011 1000100 10011

Color Harmonies of #395310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395310

Black with #395310

Text Example


Text Example

White with #395310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395310; }

 p { color: rgb(57,83,16); }

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

background-color css

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

 a { background-color: rgb(57,83,16); }

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

border-color css

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

 span { border-color: rgb(57,83,16); }

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