#035F3B

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

Shades of Fun Green #035F3B

Tints of Fun Green #035F3B

Color information

#035F3B (or 0x035F3B) is unknown color: approx Fun Green. HEX triplet: 03, 5F and 3B. RGB value is (3,95,59). Sum of RGB (Red+Green+Blue) = 3+95+59=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 95 (37.5% from 255 or 60.51% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 95 - color contains mainly: green. Hex color #035F3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035F3B is #FCA0C4. Grayscale: #3F3F3F. Windows color (decimal): -16556229 or 3890947. OLE color: 3890947.

HSL color Cylindrical-coordinate representation of color #035F3B: hue angle of 156.52º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035F3B is Cyan = 0.97, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.63.

Color convert

RGB39559-
CMYK0.9700.380.63
HSL156.52º93.88%19.22%-
HSV(B)156.52º96.84%37.25%-
XYZ4.928.525.52-
YUV63.39125.5284.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.91%
GREEN value IS 95 (37.5% from 255) = 60.51%
BLUE value IS 59 (23.44% from 255) = 37.58%
R=1.91%
G=60.51%
B=37.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal395590.9700.380.63156.5293.8819.22
Hex35F3B610263F9d5e13
Octal3137731410467723513623
Binary1110111111110111100001010011011111110011101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035F3B; }

 p { color: rgb(3,95,59); }

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

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

 a { background-color: rgb(3,95,59); }

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

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

 span { border-color: rgb(3,95,59); }

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