#549669

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

Shades of Ocean Green #549669

Tints of Ocean Green #549669

Color information

#549669 (or 0x549669) is unknown color: approx Ocean Green. HEX triplet: 54, 96 and 69. RGB value is (84,150,105). Sum of RGB (Red+Green+Blue) = 84+150+105=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 150 - color contains mainly: green. Hex color #549669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549669 is #AB6996. Grayscale: #7D7D7D. Windows color (decimal): -11233687 or 6919764. OLE color: 6919764.

HSL color Cylindrical-coordinate representation of color #549669: hue angle of 139.09º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #549669 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB84150105-
CMYK0.4400.300.41
HSL139.09º28.21%45.88%-
HSV(B)139.09º44%58.82%-
XYZ17.1124.7217.23-
YUV125.14116.6398.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.78%
GREEN value IS 150 (58.98% from 255) = 44.25%
BLUE value IS 105 (41.41% from 255) = 30.97%
R=24.78%
G=44.25%
B=30.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841501050.4400.300.41139.0928.2145.88
Hex5496692C01E298b1c2e
Octal12422615154036512133456
Binary10101001001011011010011011000111101010011000101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549669; }

 p { color: rgb(84,150,105); }

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

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

 a { background-color: rgb(84,150,105); }

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

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

 span { border-color: rgb(84,150,105); }

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