#08553A

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

Shades of Fun Green #08553A

Tints of Fun Green #08553A

Color information

#08553A (or 0x08553A) is unknown color: approx Fun Green. HEX triplet: 08, 55 and 3A. RGB value is (8,85,58). Sum of RGB (Red+Green+Blue) = 8+85+58=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 85 (33.59% from 255 or 56.29% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 85 - color contains mainly: green. Hex color #08553A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08553A is #F7AAC5. Grayscale: #3A3A3A. Windows color (decimal): -16231110 or 3822856. OLE color: 3822856.

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

Color convert

RGB88558-
CMYK0.9100.320.67
HSL158.96º82.8%18.24%-
HSV(B)158.96º90.59%33.33%-
XYZ4.116.855.11-
YUV58.9127.4991.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.30%
GREEN value IS 85 (33.59% from 255) = 56.29%
BLUE value IS 58 (23.05% from 255) = 38.41%
R=5.30%
G=56.29%
B=38.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal885580.9100.320.67158.9682.818.24
Hex8553A5B020439f5312
Octal101257213304010323712322
Binary1000101010111101010110110100000100001110011111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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