#05553A

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

Shades of Fun Green #05553A

Tints of Fun Green #05553A

Color information

#05553A (or 0x05553A) is unknown color: approx Fun Green. HEX triplet: 05, 55 and 3A. RGB value is (5,85,58). Sum of RGB (Red+Green+Blue) = 5+85+58=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 85 (33.59% from 255 or 57.43% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 85 - color contains mainly: green. Hex color #05553A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05553A is #FAAAC5. Grayscale: #3A3A3A. Windows color (decimal): -16427718 or 3822853. OLE color: 3822853.

HSL color Cylindrical-coordinate representation of color #05553A: hue angle of 159.75º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05553A is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB58558-
CMYK0.9400.320.67
HSL159.75º88.89%17.65%-
HSV(B)159.75º94.12%33.33%-
XYZ4.076.835.11-
YUV5812890.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.38%
GREEN value IS 85 (33.59% from 255) = 57.43%
BLUE value IS 58 (23.05% from 255) = 39.19%
R=3.38%
G=57.43%
B=39.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal585580.9400.320.67159.7588.8917.65
Hex5553A5E02043a05912
Octal51257213604010324013122
Binary101101010111101010111100100000100001110100000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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