Html Css Color HEX #395006 Verdun Green

📋 copy color: '#395006'

red 57 ◦ green 80 ◦ blue 6

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

Shades of Verdun Green #395006

Tints of Verdun Green #395006

RGB

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

 GREEN value IS 80 (31.64% from 255) = 55.94%

 BLUE value IS 6 (2.73% from 255) = 4.2%

R = 39.86%
G = 55.94%
B = 4.2%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#395006 (or 0x395006) is known color: Verdun Green. HEX triplet: 39, 50 and 06. RGB value is (57,80,6). Sum of RGB (Red+Green+Blue) = 57+80+6=143 (18% of max value = 765). Red value is 57 (22.66% from 255 or 39.86% from 143); Green value is 80 (31.64% from 255 or 55.94% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 80 - color contains mainly: green. Hex color #395006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395006 is #C6AFF9. Grayscale: #404040. Windows color (decimal): -13021178 or 413753. OLE color: 413753.

HSL color Cylindrical-coordinate representation of color #395006: hue angle of 78.65º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #395006 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 80 6 -
CMYK 0.29 0 0.92 0.69
HSL 78.65º 0.86% 0.17% -
HSV(B) 78.65º 0.93% 0.31% -
XYZ 4.59 6.62 1.21 -
YUV 64.69 94.88 122.52 -
System Red Green Blue C M Y K H S L
Decimal 57 80 6 0.29 0 0.92 0.69 78.65 0.86 0.17
Hex 39 50 6 1D 0 5C 45 4F 56 11
Octal 71 120 6 35 0 134 105 117 126 21
Binary 111001 1010000 110 11101 0 1011100 1000101 1001111 1010110 10001

Color Harmonies of #395006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395006

Black with #395006

Text Example


Text Example

White with #395006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395006; }

 p { color: rgb(57,80,6); }

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

background-color css

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

 a { background-color: rgb(57,80,6); }

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

border-color css

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

 span { border-color: rgb(57,80,6); }

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