#549975

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

Shades of Ocean Green #549975

Tints of Ocean Green #549975

Color information

#549975 (or 0x549975) is unknown color: approx Ocean Green. HEX triplet: 54, 99 and 75. RGB value is (84,153,117). Sum of RGB (Red+Green+Blue) = 84+153+117=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 153 - color contains mainly: green. Hex color #549975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549975 is #AB668A. Grayscale: #808080. Windows color (decimal): -11232907 or 7706964. OLE color: 7706964.

HSL color Cylindrical-coordinate representation of color #549975: hue angle of 148.7º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549975 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB84153117-
CMYK0.4500.240.4
HSL148.7º29.11%46.47%-
HSV(B)148.7º45.1%60%-
XYZ18.2625.9520.88-
YUV128.26121.6496.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.73%
GREEN value IS 153 (60.16% from 255) = 43.22%
BLUE value IS 117 (46.09% from 255) = 33.05%
R=23.73%
G=43.22%
B=33.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal841531170.4500.240.4148.729.1146.47
Hex5499752D01828951d2e
Octal12423116555030502253556
Binary10101001001100111101011011010110001010001001010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549975; }

 p { color: rgb(84,153,117); }

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

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

 a { background-color: rgb(84,153,117); }

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

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

 span { border-color: rgb(84,153,117); }

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