#05613A

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

Shades of Fun Green #05613A

Tints of Fun Green #05613A

Color information

#05613A (or 0x05613A) is unknown color: approx Fun Green. HEX triplet: 05, 61 and 3A. RGB value is (5,97,58). Sum of RGB (Red+Green+Blue) = 5+97+58=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 97 (38.28% from 255 or 60.62% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 97 - color contains mainly: green. Hex color #05613A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05613A is #FA9EC5. Grayscale: #414141. Windows color (decimal): -16424646 or 3825925. OLE color: 3825925.

HSL color Cylindrical-coordinate representation of color #05613A: hue angle of 154.57º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05613A is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB59758-
CMYK0.9500.400.62
HSL154.57º90.2%20%-
HSV(B)154.57º94.85%38.04%-
XYZ5.18.895.45-
YUV65.05124.0285.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.12%
GREEN value IS 97 (38.28% from 255) = 60.62%
BLUE value IS 58 (23.05% from 255) = 36.25%
R=3.12%
G=60.62%
B=36.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal597580.9500.400.62154.5790.220
Hex5613A5F0283E9b5a14
Octal5141721370507623313224
Binary10111000011110101011111010100011111010011011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05613A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05613A; }

 p { color: rgb(5,97,58); }

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

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

 a { background-color: rgb(5,97,58); }

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

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

 span { border-color: rgb(5,97,58); }

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