Html Css Color HEX #395204 Verdun Green

📋 copy color: '#395204'

red 57 ◦ green 82 ◦ blue 4

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

Shades of Verdun Green #395204

Tints of Verdun Green #395204

RGB

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

 GREEN value IS 82 (32.42% from 255) = 57.34%

 BLUE value IS 4 (1.95% from 255) = 2.8%

R = 39.86%
G = 57.34%
B = 2.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#395204 (or 0x395204) is known color: Verdun Green. HEX triplet: 39, 52 and 04. RGB value is (57,82,4). Sum of RGB (Red+Green+Blue) = 57+82+4=143 (18% of max value = 765). Red value is 57 (22.66% from 255 or 39.86% from 143); Green value is 82 (32.42% from 255 or 57.34% from 143); Blue value is 4 (1.95% from 255 or 2.80% from 143); Max value from RGB is 82 - color contains mainly: green. Hex color #395204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395204 is #C6ADFB. Grayscale: #414141. Windows color (decimal): -13020668 or 283193. OLE color: 283193.

HSL color Cylindrical-coordinate representation of color #395204: hue angle of 79.23º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #395204 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB 57 82 4 -
CMYK 0.30 0 0.95 0.68
HSL 79.23º 0.91% 0.17% -
HSV(B) 79.23º 0.95% 0.32% -
XYZ 4.73 6.91 1.2 -
YUV 65.63 93.22 121.84 -
System Red Green Blue C M Y K H S L
Decimal 57 82 4 0.30 0 0.95 0.68 79.23 0.91 0.17
Hex 39 52 4 1E 0 5F 44 4F 5B 11
Octal 71 122 4 36 0 137 104 117 133 21
Binary 111001 1010010 100 11110 0 1011111 1000100 1001111 1011011 10001

Color Harmonies of #395204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395204

Black with #395204

Text Example


Text Example

White with #395204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395204; }

 p { color: rgb(57,82,4); }

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

background-color css

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

 a { background-color: rgb(57,82,4); }

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

border-color css

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

 span { border-color: rgb(57,82,4); }

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