#00553B

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

Shades of Fun Green #00553B

Tints of Fun Green #00553B

Color information

#00553B (or 0x00553B) is unknown color: approx Fun Green. HEX triplet: 00, 55 and 3B. RGB value is (0,85,59). Sum of RGB (Red+Green+Blue) = 0+85+59=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #00553B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00553B is #FFAAC4. Grayscale: #383838. Windows color (decimal): -16755397 or 3888384. OLE color: 3888384.

HSL color Cylindrical-coordinate representation of color #00553B: hue angle of 161.65º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00553B is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB08559-
CMYK100.310.67
HSL161.65º100%16.67%-
HSV(B)161.65º100%33.33%-
XYZ4.046.815.24-
YUV56.62129.3487.61-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 85 (33.59% from 255) = 59.03%
BLUE value IS 59 (23.44% from 255) = 40.97%
R=0%
G=59.03%
B=40.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal08559100.310.67161.6510016.67
Hex0553B6401F43a26411
Octal01257314403710324214421
Binary010101011110111100100011111100001110100010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00553B; }

 p { color: rgb(0,85,59); }

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

<style>
 a { background-color: #00553B; }

 a { background-color: rgb(0,85,59); }

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

<style>
 span { border-color: #00553B; }

 span { border-color: rgb(0,85,59); }

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