Html Css Color HEX #355403 Verdun Green

📋 copy color: '#355403'

red 53 ◦ green 84 ◦ blue 3

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

Shades of Verdun Green #355403

Tints of Verdun Green #355403

RGB

 RED value IS 53 (21.09% from 255) = 37.86%

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

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

R = 37.86%
G = 60%
B = 2.14%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#355403 (or 0x355403) is known color: Verdun Green. HEX triplet: 35, 54 and 03. RGB value is (53,84,3). Sum of RGB (Red+Green+Blue) = 53+84+3=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 84 (33.20% from 255 or 60% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 84 - color contains mainly: green. Hex color #355403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355403 is #CAABFC. Grayscale: #414141. Windows color (decimal): -13282301 or 218165. OLE color: 218165.

HSL color Cylindrical-coordinate representation of color #355403: hue angle of 82.96º 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 #355403 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 84 3 -
CMYK 0.37 0 0.96 0.67
HSL 82.96º 0.93% 0.17% -
HSV(B) 82.96º 0.96% 0.33% -
XYZ 4.65 7.1 1.21 -
YUV 65.5 92.73 119.09 -
System Red Green Blue C M Y K H S L
Decimal 53 84 3 0.37 0 0.96 0.67 82.96 0.93 0.17
Hex 35 54 3 25 0 60 43 53 5D 11
Octal 65 124 3 45 0 140 103 123 135 21
Binary 110101 1010100 11 100101 0 1100000 1000011 1010011 1011101 10001

Color Harmonies of #355403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355403

Black with #355403

Text Example


Text Example

White with #355403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355403; }

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

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

background-color css

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

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

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

border-color css

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

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

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