#55A46D

Color #55A46D Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #55A46D

Tints of Ocean Green #55A46D

Color information

#55A46D (or 0x55A46D) is unknown color: approx Ocean Green. HEX triplet: 55, A4 and 6D. RGB value is (85,164,109). Sum of RGB (Red+Green+Blue) = 85+164+109=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 164 (64.45% from 255 or 45.81% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 164 - color contains mainly: green. Hex color #55A46D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A46D is #AA5B92. Grayscale: #868686. Windows color (decimal): -11164563 or 7185493. OLE color: 7185493.

HSL color Cylindrical-coordinate representation of color #55A46D: hue angle of 138.23º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A46D is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB85164109-
CMYK0.4800.340.36
HSL138.23º31.73%48.82%-
HSV(B)138.23º48.17%64.31%-
XYZ19.7829.5919.14-
YUV134.11113.8392.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.74%
GREEN value IS 164 (64.45% from 255) = 45.81%
BLUE value IS 109 (42.97% from 255) = 30.45%
R=23.74%
G=45.81%
B=30.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal851641090.4800.340.36138.2331.7348.82
Hex55A46D30022248a2031
Octal12524415560042442124061
Binary1010101101001001101101110000010001010010010001010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55A46D; }

 p { color: rgb(85,164,109); }

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

<style>
 a { background-color: #55A46D; }

 a { background-color: rgb(85,164,109); }

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

<style>
 span { border-color: #55A46D; }

 span { border-color: rgb(85,164,109); }

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