#54926B

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

Shades of Ocean Green #54926B

Tints of Ocean Green #54926B

Color information

#54926B (or 0x54926B) is unknown color: approx Ocean Green. HEX triplet: 54, 92 and 6B. RGB value is (84,146,107). Sum of RGB (Red+Green+Blue) = 84+146+107=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #54926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54926B is #AB6D94. Grayscale: #7B7B7B. Windows color (decimal): -11234709 or 7049812. OLE color: 7049812.

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

Color convert

RGB84146107-
CMYK0.4200.270.43
HSL142.26º26.96%45.1%-
HSV(B)142.26º42.47%57.25%-
XYZ16.5923.517.57-
YUV123.02118.96100.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.93%
GREEN value IS 146 (57.42% from 255) = 43.32%
BLUE value IS 107 (42.19% from 255) = 31.75%
R=24.93%
G=43.32%
B=31.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841461070.4200.270.43142.2626.9645.1
Hex54926B2A01B2B8e1b2d
Octal12422215352033532163355
Binary10101001001001011010111010100110111010111000111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54926B; }

 p { color: rgb(84,146,107); }

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

<style>
 a { background-color: #54926B; }

 a { background-color: rgb(84,146,107); }

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

<style>
 span { border-color: #54926B; }

 span { border-color: rgb(84,146,107); }

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