#54936E

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

Shades of Ocean Green #54936E

Tints of Ocean Green #54936E

Color information

#54936E (or 0x54936E) is unknown color: approx Ocean Green. HEX triplet: 54, 93 and 6E. RGB value is (84,147,110). Sum of RGB (Red+Green+Blue) = 84+147+110=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #54936E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54936E is #AB6C91. Grayscale: #7C7C7C. Windows color (decimal): -11234450 or 7246676. OLE color: 7246676.

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

Color convert

RGB84147110-
CMYK0.4300.250.42
HSL144.76º27.27%45.29%-
HSV(B)144.76º42.86%57.65%-
XYZ16.923.8818.47-
YUV123.94120.1399.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.63%
GREEN value IS 147 (57.81% from 255) = 43.11%
BLUE value IS 110 (43.36% from 255) = 32.26%
R=24.63%
G=43.11%
B=32.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841471100.4300.250.42144.7627.2745.29
Hex54936E2B0192A911b2d
Octal12422315653031522213355
Binary10101001001001111011101010110110011010101001000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54936E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54936E; }

 p { color: rgb(84,147,110); }

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

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

 a { background-color: rgb(84,147,110); }

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

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

 span { border-color: rgb(84,147,110); }

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