Html Css Color HEX #395F08 Verdun Green

📋 copy color: '#395F08'

red 57 ◦ green 95 ◦ blue 8

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

Shades of Verdun Green #395F08

Tints of Verdun Green #395F08

RGB

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

 GREEN value IS 95 (37.5% from 255) = 59.38%

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

R = 35.63%
G = 59.38%
B = 5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.92

 K value IS 0.63

RGB Variations

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

Color information

#395F08 (or 0x395F08) is known color: Verdun Green. HEX triplet: 39, 5F and 08. RGB value is (57,95,8). Sum of RGB (Red+Green+Blue) = 57+95+8=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 95 (37.5% from 255 or 59.38% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 95 - color contains mainly: green. Hex color #395F08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395F08 is #C6A0F7. Grayscale: #4A4A4A. Windows color (decimal): -13017336 or 548665. OLE color: 548665.

HSL color Cylindrical-coordinate representation of color #395F08: hue angle of 86.21º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #395F08 is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.63.

Color convert

RGB 57 95 8 -
CMYK 0.40 0 0.92 0.63
HSL 86.21º 0.84% 0.2% -
HSV(B) 86.21º 0.92% 0.37% -
XYZ 5.82 9.07 1.67 -
YUV 73.72 90.91 116.07 -
System Red Green Blue C M Y K H S L
Decimal 57 95 8 0.40 0 0.92 0.63 86.21 0.84 0.2
Hex 39 5F 8 28 0 5C 3F 56 54 14
Octal 71 137 10 50 0 134 77 126 124 24
Binary 111001 1011111 1000 101000 0 1011100 111111 1010110 1010100 10100

Color Harmonies of #395F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395F08

Black with #395F08

Text Example


Text Example

White with #395F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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