#54936A

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

Shades of Ocean Green #54936A

Tints of Ocean Green #54936A

Color information

#54936A (or 0x54936A) is unknown color: approx Ocean Green. HEX triplet: 54, 93 and 6A. RGB value is (84,147,106). Sum of RGB (Red+Green+Blue) = 84+147+106=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 147 - color contains mainly: green. Hex color #54936A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54936A is #AB6C95. Grayscale: #7B7B7B. Windows color (decimal): -11234454 or 6984532. OLE color: 6984532.

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

Color convert

RGB84147106-
CMYK0.4300.280.42
HSL140.95º27.27%45.29%-
HSV(B)140.95º42.86%57.65%-
XYZ16.6923.7917.35-
YUV123.49118.1399.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.93%
GREEN value IS 147 (57.81% from 255) = 43.62%
BLUE value IS 106 (41.80% from 255) = 31.45%
R=24.93%
G=43.62%
B=31.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841471060.4300.280.42140.9527.2745.29
Hex54936A2B01C2A8d1b2d
Octal12422315253034522153355
Binary10101001001001111010101010110111001010101000110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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