#55946C

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

Shades of Ocean Green #55946C

Tints of Ocean Green #55946C

Color information

#55946C (or 0x55946C) is unknown color: approx Ocean Green. HEX triplet: 55, 94 and 6C. RGB value is (85,148,108). Sum of RGB (Red+Green+Blue) = 85+148+108=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 148 - color contains mainly: green. Hex color #55946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55946C is #AA6B93. Grayscale: #7C7C7C. Windows color (decimal): -11168660 or 7115861. OLE color: 7115861.

HSL color Cylindrical-coordinate representation of color #55946C: hue angle of 141.9º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55946C is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB85148108-
CMYK0.4300.270.42
HSL141.9º27.04%45.69%-
HSV(B)141.9º42.57%58.04%-
XYZ17.0424.1917.96-
YUV124.6118.6399.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.93%
GREEN value IS 148 (58.20% from 255) = 43.40%
BLUE value IS 108 (42.58% from 255) = 31.67%
R=24.93%
G=43.40%
B=31.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851481080.4300.270.42141.927.0445.69
Hex55946C2B01B2A8e1b2e
Octal12522415453033522163356
Binary10101011001010011011001010110110111010101000111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55946C; }

 p { color: rgb(85,148,108); }

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

<style>
 a { background-color: #55946C; }

 a { background-color: rgb(85,148,108); }

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

<style>
 span { border-color: #55946C; }

 span { border-color: rgb(85,148,108); }

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