#54946E

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

Shades of Ocean Green #54946E

Tints of Ocean Green #54946E

Color information

#54946E (or 0x54946E) is unknown color: approx Ocean Green. HEX triplet: 54, 94 and 6E. RGB value is (84,148,110). Sum of RGB (Red+Green+Blue) = 84+148+110=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #54946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54946E is #AB6B91. Grayscale: #7C7C7C. Windows color (decimal): -11234194 or 7246932. OLE color: 7246932.

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

Color convert

RGB84148110-
CMYK0.4300.260.42
HSL144.38º27.59%45.49%-
HSV(B)144.38º43.24%58.04%-
XYZ17.0624.1918.52-
YUV124.53119.899.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.56%
GREEN value IS 148 (58.20% from 255) = 43.27%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=24.56%
G=43.27%
B=32.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841481100.4300.260.42144.3827.5945.49
Hex54946E2B01A2A901c2d
Octal12422415653032522203455
Binary10101001001010011011101010110110101010101001000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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