Html Css Color HEX #355503 Verdun Green

📋 copy color: '#355503'

red 53 ◦ green 85 ◦ blue 3

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

Shades of Verdun Green #355503

Tints of Verdun Green #355503

RGB

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

 GREEN value IS 85 (33.59% from 255) = 60.28%

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

R = 37.59%
G = 60.28%
B = 2.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#355503 (or 0x355503) is known color: Verdun Green. HEX triplet: 35, 55 and 03. RGB value is (53,85,3). Sum of RGB (Red+Green+Blue) = 53+85+3=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 85 (33.59% from 255 or 60.28% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 85 - color contains mainly: green. Hex color #355503 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355503 is #CAAAFC. Grayscale: #424242. Windows color (decimal): -13282045 or 218421. OLE color: 218421.

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

Color convert

RGB 53 85 3 -
CMYK 0.38 0 0.96 0.67
HSL 83.41º 0.93% 0.17% -
HSV(B) 83.41º 0.96% 0.33% -
XYZ 4.73 7.26 1.24 -
YUV 66.08 92.4 118.67 -
System Red Green Blue C M Y K H S L
Decimal 53 85 3 0.38 0 0.96 0.67 83.41 0.93 0.17
Hex 35 55 3 26 0 60 43 53 5D 11
Octal 65 125 3 46 0 140 103 123 135 21
Binary 110101 1010101 11 100110 0 1100000 1000011 1010011 1011101 10001

Color Harmonies of #355503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355503

Black with #355503

Text Example


Text Example

White with #355503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355503; }

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

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

background-color css

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

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

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

border-color css

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

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

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