Html Css Color HEX #395515 Verdun Green

📋 copy color: '#395515'

red 57 ◦ green 85 ◦ blue 21

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

Shades of Verdun Green #395515

Tints of Verdun Green #395515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.88%

R = 34.97%
G = 52.15%
B = 12.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#395515 (or 0x395515) is known color: Verdun Green. HEX triplet: 39, 55 and 15. RGB value is (57,85,21). Sum of RGB (Red+Green+Blue) = 57+85+21=163 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.97% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #395515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395515 is #C6AAEA. Grayscale: #454545. Windows color (decimal): -13019883 or 1398073. OLE color: 1398073.

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

Color convert

RGB 57 85 21 -
CMYK 0.33 0 0.75 0.67
HSL 86.25º 0.6% 0.21% -
HSV(B) 86.25º 0.75% 0.33% -
XYZ 5.07 7.42 1.87 -
YUV 69.33 100.72 119.2 -
System Red Green Blue C M Y K H S L
Decimal 57 85 21 0.33 0 0.75 0.67 86.25 0.6 0.21
Hex 39 55 15 21 0 4B 43 56 3C 15
Octal 71 125 25 41 0 113 103 126 74 25
Binary 111001 1010101 10101 100001 0 1001011 1000011 1010110 111100 10101

Color Harmonies of #395515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395515

Black with #395515

Text Example


Text Example

White with #395515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395515; }

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

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

background-color css

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

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

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

border-color css

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

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

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