Html Css Color HEX #395A06 Verdun Green

📋 copy color: '#395A06'

red 57 ◦ green 90 ◦ blue 6

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

Shades of Verdun Green #395A06

Tints of Verdun Green #395A06

RGB

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

 GREEN value IS 90 (35.55% from 255) = 58.82%

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

R = 37.25%
G = 58.82%
B = 3.92%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#395A06 (or 0x395A06) is known color: Verdun Green. HEX triplet: 39, 5A and 06. RGB value is (57,90,6). Sum of RGB (Red+Green+Blue) = 57+90+6=153 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.25% from 153); Green value is 90 (35.55% from 255 or 58.82% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 90 - color contains mainly: green. Hex color #395A06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395A06 is #C6A5F9. Grayscale: #464646. Windows color (decimal): -13018618 or 416313. OLE color: 416313.

HSL color Cylindrical-coordinate representation of color #395A06: hue angle of 83.57º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #395A06 is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 90 6 -
CMYK 0.37 0 0.93 0.65
HSL 83.57º 0.88% 0.19% -
HSV(B) 83.57º 0.93% 0.35% -
XYZ 5.38 8.2 1.47 -
YUV 70.56 91.57 118.33 -
System Red Green Blue C M Y K H S L
Decimal 57 90 6 0.37 0 0.93 0.65 83.57 0.88 0.19
Hex 39 5A 6 25 0 5D 41 54 58 13
Octal 71 132 6 45 0 135 101 124 130 23
Binary 111001 1011010 110 100101 0 1011101 1000001 1010100 1011000 10011

Color Harmonies of #395A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395A06

Black with #395A06

Text Example


Text Example

White with #395A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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