#035501

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

Shades of Green #035501

Tints of Green #035501

Color information

#035501 (or 0x035501) is unknown color: approx Green. HEX triplet: 03, 55 and 01. RGB value is (3,85,1). Sum of RGB (Red+Green+Blue) = 3+85+1=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 85 (33.59% from 255 or 95.51% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 85 - color contains mainly: green. Hex color #035501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035501 is #FCAAFE. Grayscale: #333333. Windows color (decimal): -16558847 or 87299. OLE color: 87299.

HSL color Cylindrical-coordinate representation of color #035501: hue angle of 118.57º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035501 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB3851-
CMYK0.9600.990.67
HSL118.57º97.67%16.86%-
HSV(B)118.57º98.82%33.33%-
XYZ3.296.521.11-
YUV50.9199.8393.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.37%
GREEN value IS 85 (33.59% from 255) = 95.51%
BLUE value IS 1 (0.78% from 255) = 1.12%
R=3.37%
G=95.51%
B=1.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal38510.9600.990.67118.5797.6716.86
Hex35516006343776211
Octal31251140014310316714221
Binary111010101111000000110001110000111110111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035501; }

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

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

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

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

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

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

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

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