Html Css Color HEX #355A03 Verdun Green

📋 copy color: '#355A03'

red 53 ◦ green 90 ◦ blue 3

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

Shades of Verdun Green #355A03

Tints of Verdun Green #355A03

RGB

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

 GREEN value IS 90 (35.55% from 255) = 61.64%

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

R = 36.3%
G = 61.64%
B = 2.05%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#355A03 (or 0x355A03) is known color: Verdun Green. HEX triplet: 35, 5A and 03. RGB value is (53,90,3). Sum of RGB (Red+Green+Blue) = 53+90+3=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 90 (35.55% from 255 or 61.64% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 90 - color contains mainly: green. Hex color #355A03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355A03 is #CAA5FC. Grayscale: #454545. Windows color (decimal): -13280765 or 219701. OLE color: 219701.

HSL color Cylindrical-coordinate representation of color #355A03: hue angle of 85.52º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #355A03 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 90 3 -
CMYK 0.41 0 0.97 0.65
HSL 85.52º 0.94% 0.18% -
HSV(B) 85.52º 0.97% 0.35% -
XYZ 5.14 8.08 1.37 -
YUV 69.02 90.74 116.57 -
System Red Green Blue C M Y K H S L
Decimal 53 90 3 0.41 0 0.97 0.65 85.52 0.94 0.18
Hex 35 5A 3 29 0 61 41 56 5E 12
Octal 65 132 3 51 0 141 101 126 136 22
Binary 110101 1011010 11 101001 0 1100001 1000001 1010110 1011110 10010

Color Harmonies of #355A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355A03

Black with #355A03

Text Example


Text Example

White with #355A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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