Html Css Color HEX #395403 Verdun Green

📋 copy color: '#395403'

red 57 ◦ green 84 ◦ blue 3

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

Shades of Verdun Green #395403

Tints of Verdun Green #395403

RGB

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

 GREEN value IS 84 (33.2% from 255) = 58.33%

 BLUE value IS 3 (1.56% from 255) = 2.08%

R = 39.58%
G = 58.33%
B = 2.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#395403 (or 0x395403) is known color: Verdun Green. HEX triplet: 39, 54 and 03. RGB value is (57,84,3). Sum of RGB (Red+Green+Blue) = 57+84+3=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 84 (33.20% from 255 or 58.33% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 84 - color contains mainly: green. Hex color #395403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395403 is #C6ABFC. Grayscale: #424242. Windows color (decimal): -13020157 or 218169. OLE color: 218169.

HSL color Cylindrical-coordinate representation of color #395403: hue angle of 80º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #395403 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 84 3 -
CMYK 0.32 0 0.96 0.67
HSL 80º 0.93% 0.17% -
HSV(B) 80º 0.96% 0.33% -
XYZ 4.87 7.22 1.22 -
YUV 66.69 92.05 121.09 -
System Red Green Blue C M Y K H S L
Decimal 57 84 3 0.32 0 0.96 0.67 80 0.93 0.17
Hex 39 54 3 20 0 60 43 50 5D 11
Octal 71 124 3 40 0 140 103 120 135 21
Binary 111001 1010100 11 100000 0 1100000 1000011 1010000 1011101 10001

Color Harmonies of #395403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395403

Black with #395403

Text Example


Text Example

White with #395403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395403; }

 p { color: rgb(57,84,3); }

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

background-color css

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

 a { background-color: rgb(57,84,3); }

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

border-color css

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

 span { border-color: rgb(57,84,3); }

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