#035606

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

Shades of Green #035606

Tints of Green #035606

Color information

#035606 (or 0x035606) is unknown color: approx Green. HEX triplet: 03, 56 and 06. RGB value is (3,86,6). Sum of RGB (Red+Green+Blue) = 3+86+6=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 86 (33.98% from 255 or 90.53% from 95); Blue value is 6 (2.73% from 255 or 6.32% from 95); Max value from RGB is 86 - color contains mainly: green. Hex color #035606 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035606 is #FCA9F9. Grayscale: #343434. Windows color (decimal): -16558586 or 415235. OLE color: 415235.

HSL color Cylindrical-coordinate representation of color #035606: hue angle of 122.17º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035606 is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB3866-
CMYK0.9700.930.66
HSL122.17º93.26%17.45%-
HSV(B)122.17º96.51%33.73%-
XYZ3.46.691.28-
YUV52.0610293-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.16%
GREEN value IS 86 (33.98% from 255) = 90.53%
BLUE value IS 6 (2.73% from 255) = 6.32%
R=3.16%
G=90.53%
B=6.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal38660.9700.930.66122.1793.2617.45
Hex35666105D427a5d11
Octal31266141013510217213521
Binary11101011011011000010101110110000101111010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035606; }

 p { color: rgb(3,86,6); }

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

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

 a { background-color: rgb(3,86,6); }

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

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

 span { border-color: rgb(3,86,6); }

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