Html Css Color HEX #395C09 Verdun Green

📋 copy color: '#395C09'

red 57 ◦ green 92 ◦ blue 9

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

Shades of Verdun Green #395C09

Tints of Verdun Green #395C09

RGB

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

 GREEN value IS 92 (36.33% from 255) = 58.23%

 BLUE value IS 9 (3.91% from 255) = 5.7%

R = 36.08%
G = 58.23%
B = 5.7%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.90

 K value IS 0.64

RGB Variations

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

Color information

#395C09 (or 0x395C09) is known color: Verdun Green. HEX triplet: 39, 5C and 09. RGB value is (57,92,9). Sum of RGB (Red+Green+Blue) = 57+92+9=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 92 (36.33% from 255 or 58.23% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 92 - color contains mainly: green. Hex color #395C09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395C09 is #C6A3F6. Grayscale: #484848. Windows color (decimal): -13018103 or 613433. OLE color: 613433.

HSL color Cylindrical-coordinate representation of color #395C09: hue angle of 85.3º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #395C09 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 92 9 -
CMYK 0.38 0 0.90 0.64
HSL 85.3º 0.82% 0.2% -
HSV(B) 85.3º 0.9% 0.36% -
XYZ 5.56 8.54 1.61 -
YUV 72.07 92.4 117.25 -
System Red Green Blue C M Y K H S L
Decimal 57 92 9 0.38 0 0.90 0.64 85.3 0.82 0.2
Hex 39 5C 9 26 0 5A 40 55 52 14
Octal 71 134 11 46 0 132 100 125 122 24
Binary 111001 1011100 1001 100110 0 1011010 1000000 1010101 1010010 10100

Color Harmonies of #395C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395C09

Black with #395C09

Text Example


Text Example

White with #395C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,92,9); }

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

background-color css

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

 a { background-color: rgb(57,92,9); }

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

border-color css

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

 span { border-color: rgb(57,92,9); }

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