#035502

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

Shades of Green #035502

Tints of Green #035502

Color information

#035502 (or 0x035502) is unknown color: approx Green. HEX triplet: 03, 55 and 02. RGB value is (3,85,2). Sum of RGB (Red+Green+Blue) = 3+85+2=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 85 (33.59% from 255 or 94.44% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 85 - color contains mainly: green. Hex color #035502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035502 is #FCAAFD. Grayscale: #333333. Windows color (decimal): -16558846 or 152835. OLE color: 152835.

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

Color convert

RGB3852-
CMYK0.9600.980.67
HSL119.28º95.4%17.06%-
HSV(B)119.28º97.65%33.33%-
XYZ3.36.521.14-
YUV51.02100.3393.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.33%
GREEN value IS 85 (33.59% from 255) = 94.44%
BLUE value IS 2 (1.17% from 255) = 2.22%
R=3.33%
G=94.44%
B=2.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal38520.9600.980.67119.2895.417.06
Hex35526006243775f11
Octal31252140014210316713721
Binary1110101011011000000110001010000111110111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035502; }

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

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

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

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

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

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

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

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