Html Css Color HEX #395308 Verdun Green

📋 copy color: '#395308'

red 57 ◦ green 83 ◦ blue 8

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

Shades of Verdun Green #395308

Tints of Verdun Green #395308

RGB

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

 GREEN value IS 83 (32.81% from 255) = 56.08%

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

R = 38.51%
G = 56.08%
B = 5.41%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#395308 (or 0x395308) is known color: Verdun Green. HEX triplet: 39, 53 and 08. RGB value is (57,83,8). Sum of RGB (Red+Green+Blue) = 57+83+8=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 83 (32.81% from 255 or 56.08% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 83 - color contains mainly: green. Hex color #395308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395308 is #C6ACF7. Grayscale: #424242. Windows color (decimal): -13020408 or 545593. OLE color: 545593.

HSL color Cylindrical-coordinate representation of color #395308: hue angle of 80.8º degrees, saturation: 0.82, 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 #395308 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 83 8 -
CMYK 0.31 0 0.90 0.67
HSL 80.8º 0.82% 0.18% -
HSV(B) 80.8º 0.9% 0.33% -
XYZ 4.82 7.07 1.34 -
YUV 66.68 94.89 121.1 -
System Red Green Blue C M Y K H S L
Decimal 57 83 8 0.31 0 0.90 0.67 80.8 0.82 0.18
Hex 39 53 8 1F 0 5A 43 51 52 12
Octal 71 123 10 37 0 132 103 121 122 22
Binary 111001 1010011 1000 11111 0 1011010 1000011 1010001 1010010 10010

Color Harmonies of #395308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395308

Black with #395308

Text Example


Text Example

White with #395308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395308; }

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

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

background-color css

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

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

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

border-color css

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

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

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