Html Css Color HEX #395408 Verdun Green

📋 copy color: '#395408'

red 57 ◦ green 84 ◦ blue 8

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

Shades of Verdun Green #395408

Tints of Verdun Green #395408

RGB

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

 GREEN value IS 84 (33.2% from 255) = 56.38%

 BLUE value IS 8 (3.52% from 255) = 5.37%

R = 38.26%
G = 56.38%
B = 5.37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#395408 (or 0x395408) is known color: Verdun Green. HEX triplet: 39, 54 and 08. RGB value is (57,84,8). Sum of RGB (Red+Green+Blue) = 57+84+8=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 84 (33.20% from 255 or 56.38% from 149); Blue value is 8 (3.52% from 255 or 5.37% from 149); Max value from RGB is 84 - color contains mainly: green. Hex color #395408 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395408 is #C6ABF7. Grayscale: #434343. Windows color (decimal): -13020152 or 545849. OLE color: 545849.

HSL color Cylindrical-coordinate representation of color #395408: hue angle of 81.32º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #395408 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 84 8 -
CMYK 0.32 0 0.90 0.67
HSL 81.32º 0.83% 0.18% -
HSV(B) 81.32º 0.9% 0.33% -
XYZ 4.9 7.23 1.37 -
YUV 67.26 94.55 120.68 -
System Red Green Blue C M Y K H S L
Decimal 57 84 8 0.32 0 0.90 0.67 81.32 0.83 0.18
Hex 39 54 8 20 0 5A 43 51 53 12
Octal 71 124 10 40 0 132 103 121 123 22
Binary 111001 1010100 1000 100000 0 1011010 1000011 1010001 1010011 10010

Color Harmonies of #395408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395408

Black with #395408

Text Example


Text Example

White with #395408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395408; }

 p { color: rgb(57,84,8); }

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

background-color css

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

 a { background-color: rgb(57,84,8); }

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

border-color css

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

 span { border-color: rgb(57,84,8); }

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