#035505

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

Shades of Green #035505

Tints of Green #035505

Color information

#035505 (or 0x035505) is unknown color: approx Green. HEX triplet: 03, 55 and 05. RGB value is (3,85,5). Sum of RGB (Red+Green+Blue) = 3+85+5=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 85 (33.59% from 255 or 91.40% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 85 - color contains mainly: green. Hex color #035505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035505 is #FCAAFA. Grayscale: #333333. Windows color (decimal): -16558843 or 349443. OLE color: 349443.

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

Color convert

RGB3855-
CMYK0.9600.940.67
HSL121.46º93.18%17.25%-
HSV(B)121.46º96.47%33.33%-
XYZ3.316.531.23-
YUV51.36101.8393.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.23%
GREEN value IS 85 (33.59% from 255) = 91.40%
BLUE value IS 5 (2.34% from 255) = 5.38%
R=3.23%
G=91.40%
B=5.38%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal38550.9600.940.67121.4693.1817.25
Hex35556005E43795d11
Octal31255140013610317113521
Binary11101010110111000000101111010000111111001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035505; }

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

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

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

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

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

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

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

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