#54956C

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

Shades of Ocean Green #54956C

Tints of Ocean Green #54956C

Color information

#54956C (or 0x54956C) is unknown color: approx Ocean Green. HEX triplet: 54, 95 and 6C. RGB value is (84,149,108). Sum of RGB (Red+Green+Blue) = 84+149+108=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 149 - color contains mainly: green. Hex color #54956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54956C is #AB6A93. Grayscale: #7C7C7C. Windows color (decimal): -11233940 or 7116116. OLE color: 7116116.

HSL color Cylindrical-coordinate representation of color #54956C: hue angle of 142.15º 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 #54956C is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB84149108-
CMYK0.4400.280.42
HSL142.15º27.9%45.69%-
HSV(B)142.15º43.62%58.43%-
XYZ17.1124.4618.01-
YUV124.89118.4798.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.63%
GREEN value IS 149 (58.59% from 255) = 43.70%
BLUE value IS 108 (42.58% from 255) = 31.67%
R=24.63%
G=43.70%
B=31.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841491080.4400.280.42142.1527.945.69
Hex54956C2C01C2A8e1c2e
Octal12422515454034522163456
Binary10101001001010111011001011000111001010101000111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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