#54946C

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

Shades of Ocean Green #54946C

Tints of Ocean Green #54946C

Color information

#54946C (or 0x54946C) is unknown color: approx Ocean Green. HEX triplet: 54, 94 and 6C. RGB value is (84,148,108). Sum of RGB (Red+Green+Blue) = 84+148+108=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #54946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54946C is #AB6B93. Grayscale: #7C7C7C. Windows color (decimal): -11234196 or 7115860. OLE color: 7115860.

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

Color convert

RGB84148108-
CMYK0.4300.270.42
HSL142.5º27.59%45.49%-
HSV(B)142.5º43.24%58.04%-
XYZ16.9524.1517.95-
YUV124.3118.899.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.71%
GREEN value IS 148 (58.20% from 255) = 43.53%
BLUE value IS 108 (42.58% from 255) = 31.76%
R=24.71%
G=43.53%
B=31.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841481080.4300.270.42142.527.5945.49
Hex54946C2B01B2A8e1c2d
Octal12422415453033522163455
Binary10101001001010011011001010110110111010101000111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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