#035D33

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

Shades of Fun Green #035D33

Tints of Fun Green #035D33

Color information

#035D33 (or 0x035D33) is unknown color: approx Fun Green. HEX triplet: 03, 5D and 33. RGB value is (3,93,51). Sum of RGB (Red+Green+Blue) = 3+93+51=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 93 (36.72% from 255 or 63.27% from 147); Blue value is 51 (20.31% from 255 or 34.69% from 147); Max value from RGB is 93 - color contains mainly: green. Hex color #035D33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035D33 is #FCA2CC. Grayscale: #3D3D3D. Windows color (decimal): -16556749 or 3366147. OLE color: 3366147.

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

Color convert

RGB39351-
CMYK0.9700.450.64
HSL152º93.75%18.82%-
HSV(B)152º96.77%36.47%-
XYZ4.558.094.45-
YUV61.3122.1886.42-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.04%
GREEN value IS 93 (36.72% from 255) = 63.27%
BLUE value IS 51 (20.31% from 255) = 34.69%
R=2.04%
G=63.27%
B=34.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal393510.9700.450.6415293.7518.82
Hex35D336102D40985e13
Octal31356314105510023013623
Binary11101110111001111000010101101100000010011000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,93,51); }

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

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

 a { background-color: rgb(3,93,51); }

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

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

 span { border-color: rgb(3,93,51); }

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