#549569

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

Shades of Ocean Green #549569

Tints of Ocean Green #549569

Color information

#549569 (or 0x549569) is unknown color: approx Ocean Green. HEX triplet: 54, 95 and 69. RGB value is (84,149,105). Sum of RGB (Red+Green+Blue) = 84+149+105=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #549569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549569 is #AB6A96. Grayscale: #7C7C7C. Windows color (decimal): -11233943 or 6919508. OLE color: 6919508.

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

Color convert

RGB84149105-
CMYK0.4400.300.42
HSL139.38º27.9%45.69%-
HSV(B)139.38º43.62%58.43%-
XYZ16.9524.417.18-
YUV124.55116.9799.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.85%
GREEN value IS 149 (58.59% from 255) = 44.08%
BLUE value IS 105 (41.41% from 255) = 31.07%
R=24.85%
G=44.08%
B=31.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841491050.4400.300.42139.3827.945.69
Hex5495692C01E2A8b1c2e
Octal12422515154036522133456
Binary10101001001010111010011011000111101010101000101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549569; }

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

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

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

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

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

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

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

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