#54926E

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

Shades of Ocean Green #54926E

Tints of Ocean Green #54926E

Color information

#54926E (or 0x54926E) is unknown color: approx Ocean Green. HEX triplet: 54, 92 and 6E. RGB value is (84,146,110). Sum of RGB (Red+Green+Blue) = 84+146+110=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #54926E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54926E is #AB6D91. Grayscale: #7B7B7B. Windows color (decimal): -11234706 or 7246420. OLE color: 7246420.

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

Color convert

RGB84146110-
CMYK0.4200.250.43
HSL145.16º26.96%45.1%-
HSV(B)145.16º42.47%57.25%-
XYZ16.7523.5718.42-
YUV123.36120.4699.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.71%
GREEN value IS 146 (57.42% from 255) = 42.94%
BLUE value IS 110 (43.36% from 255) = 32.35%
R=24.71%
G=42.94%
B=32.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841461100.4200.250.43145.1626.9645.1
Hex54926E2A0192B911b2d
Octal12422215652031532213355
Binary10101001001001011011101010100110011010111001000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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