#55A36B

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

Shades of Ocean Green #55A36B

Tints of Ocean Green #55A36B

Color information

#55A36B (or 0x55A36B) is unknown color: approx Ocean Green. HEX triplet: 55, A3 and 6B. RGB value is (85,163,107). Sum of RGB (Red+Green+Blue) = 85+163+107=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 163 (64.06% from 255 or 45.92% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 163 - color contains mainly: green. Hex color #55A36B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A36B is #AA5C94. Grayscale: #858585. Windows color (decimal): -11164821 or 7054165. OLE color: 7054165.

HSL color Cylindrical-coordinate representation of color #55A36B: hue angle of 136.92º degrees, saturation: 0.31, 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 #55A36B is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB85163107-
CMYK0.4800.340.36
HSL136.92º31.45%48.63%-
HSV(B)136.92º47.85%63.92%-
XYZ19.529.1918.52-
YUV133.29113.1693.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.94%
GREEN value IS 163 (64.06% from 255) = 45.92%
BLUE value IS 107 (42.19% from 255) = 30.14%
R=23.94%
G=45.92%
B=30.14%

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
Decimal851631070.4800.340.36136.9231.4548.63
Hex55A36B3002224891f31
Octal12524315360042442113761
Binary101010110100011110101111000001000101001001000100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,163,107); }

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

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

 a { background-color: rgb(85,163,107); }

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

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

 span { border-color: rgb(85,163,107); }

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