Html Css Color HEX #395003 Verdun Green

📋 copy color: '#395003'

red 57 ◦ green 80 ◦ blue 3

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

Shades of Verdun Green #395003

Tints of Verdun Green #395003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 57.14%

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

R = 40.71%
G = 57.14%
B = 2.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#395003 (or 0x395003) is known color: Verdun Green. HEX triplet: 39, 50 and 03. RGB value is (57,80,3). Sum of RGB (Red+Green+Blue) = 57+80+3=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 80 (31.64% from 255 or 57.14% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 80 - color contains mainly: green. Hex color #395003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395003 is #C6AFFC. Grayscale: #404040. Windows color (decimal): -13021181 or 217145. OLE color: 217145.

HSL color Cylindrical-coordinate representation of color #395003: hue angle of 77.92º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #395003 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 80 3 -
CMYK 0.29 0 0.96 0.69
HSL 77.92º 0.93% 0.16% -
HSV(B) 77.92º 0.96% 0.31% -
XYZ 4.57 6.61 1.12 -
YUV 64.35 93.38 122.76 -
System Red Green Blue C M Y K H S L
Decimal 57 80 3 0.29 0 0.96 0.69 77.92 0.93 0.16
Hex 39 50 3 1D 0 60 45 4E 5D 10
Octal 71 120 3 35 0 140 105 116 135 20
Binary 111001 1010000 11 11101 0 1100000 1000101 1001110 1011101 10000

Color Harmonies of #395003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395003

Black with #395003

Text Example


Text Example

White with #395003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395003; }

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

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

background-color css

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

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

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

border-color css

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

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

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