#035506

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

Shades of Green #035506

Tints of Green #035506

Color information

#035506 (or 0x035506) is unknown color: approx Green. HEX triplet: 03, 55 and 06. RGB value is (3,85,6). Sum of RGB (Red+Green+Blue) = 3+85+6=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 85 (33.59% from 255 or 90.43% from 94); Blue value is 6 (2.73% from 255 or 6.38% from 94); Max value from RGB is 85 - color contains mainly: green. Hex color #035506 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035506 is #FCAAF9. Grayscale: #333333. Windows color (decimal): -16558842 or 414979. OLE color: 414979.

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

Color convert

RGB3856-
CMYK0.9600.930.67
HSL122.2º93.18%17.25%-
HSV(B)122.2º96.47%33.33%-
XYZ3.326.531.26-
YUV51.48102.3393.42-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.19%
GREEN value IS 85 (33.59% from 255) = 90.43%
BLUE value IS 6 (2.73% from 255) = 6.38%
R=3.19%
G=90.43%
B=6.38%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal38560.9600.930.67122.293.1817.25
Hex35566005D437a5d11
Octal31256140013510317213521
Binary11101010111011000000101110110000111111010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035506; }

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

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

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

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

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

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

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

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