#035E38

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

Shades of Fun Green #035E38

Tints of Fun Green #035E38

Color information

#035E38 (or 0x035E38) is unknown color: approx Fun Green. HEX triplet: 03, 5E and 38. RGB value is (3,94,56). Sum of RGB (Red+Green+Blue) = 3+94+56=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 94 (37.11% from 255 or 61.44% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 94 - color contains mainly: green. Hex color #035E38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035E38 is #FCA1C7. Grayscale: #3E3E3E. Windows color (decimal): -16556488 or 3694083. OLE color: 3694083.

HSL color Cylindrical-coordinate representation of color #035E38: hue angle of 154.95º 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 #035E38 is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.63.

Color convert

RGB39456-
CMYK0.9700.400.63
HSL154.95º93.81%19.02%-
HSV(B)154.95º96.81%36.86%-
XYZ4.758.315.09-
YUV62.46124.3585.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.96%
GREEN value IS 94 (37.11% from 255) = 61.44%
BLUE value IS 56 (22.27% from 255) = 36.60%
R=1.96%
G=61.44%
B=36.60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal394560.9700.400.63154.9593.8119.02
Hex35E38610283F9b5e13
Octal3136701410507723313623
Binary1110111101110001100001010100011111110011011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,94,56); }

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

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

 a { background-color: rgb(3,94,56); }

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

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

 span { border-color: rgb(3,94,56); }

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