#005F3A

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

Shades of Fun Green #005F3A

Tints of Fun Green #005F3A

Color information

#005F3A (or 0x005F3A) is unknown color: approx Fun Green. HEX triplet: 00, 5F and 3A. RGB value is (0,95,58). Sum of RGB (Red+Green+Blue) = 0+95+58=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 95 (37.5% from 255 or 62.09% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 95 - color contains mainly: green. Hex color #005F3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005F3A is #FFA0C5. Grayscale: #3E3E3E. Windows color (decimal): -16752838 or 3825408. OLE color: 3825408.

HSL color Cylindrical-coordinate representation of color #005F3A: hue angle of 156.63º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005F3A is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.63.

Color convert

RGB09558-
CMYK100.390.63
HSL156.63º100%18.63%-
HSV(B)156.63º100%37.25%-
XYZ4.868.495.39-
YUV62.38125.5383.51-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 95 (37.5% from 255) = 62.09%
BLUE value IS 58 (23.05% from 255) = 37.91%
R=0%
G=62.09%
B=37.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal09558100.390.63156.6310018.63
Hex05F3A640273F9d6413
Octal0137721440477723514423
Binary010111111110101100100010011111111110011101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005F3A; }

 p { color: rgb(0,95,58); }

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

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

 a { background-color: rgb(0,95,58); }

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

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

 span { border-color: rgb(0,95,58); }

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