#535503

Color #535503 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #535503

Tints of Verdun Green #535503

Color information

#535503 (or 0x535503) is unknown color: approx Verdun Green. HEX triplet: 53, 55 and 03. RGB value is (83,85,3). Sum of RGB (Red+Green+Blue) = 83+85+3=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #535503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535503 is #ACAAFC. Grayscale: #4B4B4B. Windows color (decimal): -11315965 or 218451. OLE color: 218451.

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

Color convert

RGB83853-
CMYK0.0200.960.67
HSL61.46º93.18%17.25%-
HSV(B)61.46º96.47%33.33%-
XYZ6.838.341.34-
YUV75.0587.34133.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.54%
GREEN value IS 85 (33.59% from 255) = 49.71%
BLUE value IS 3 (1.56% from 255) = 1.75%
R=48.54%
G=49.71%
B=1.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal838530.0200.960.6761.4693.1817.25
Hex535532060433d5d11
Octal1231253201401037513521
Binary101001110101011110011000001000011111101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535503; }

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

 H1.HeaderClassName
 {
   color: #535503;
 }
 .AnyTagClassName
 {
   color: #535503;
 }
</style>
background-color css

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

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

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

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

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

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