#54926A

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

Shades of Ocean Green #54926A

Tints of Ocean Green #54926A

Color information

#54926A (or 0x54926A) is unknown color: approx Ocean Green. HEX triplet: 54, 92 and 6A. RGB value is (84,146,106). Sum of RGB (Red+Green+Blue) = 84+146+106=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 146 - color contains mainly: green. Hex color #54926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54926A is #AB6D95. Grayscale: #7B7B7B. Windows color (decimal): -11234710 or 6984276. OLE color: 6984276.

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

Color convert

RGB84146106-
CMYK0.4200.270.43
HSL141.29º26.96%45.1%-
HSV(B)141.29º42.47%57.25%-
XYZ16.5423.4817.3-
YUV122.9118.46100.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25%
GREEN value IS 146 (57.42% from 255) = 43.45%
BLUE value IS 106 (41.80% from 255) = 31.55%
R=25%
G=43.45%
B=31.55%

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
Decimal841461060.4200.270.43141.2926.9645.1
Hex54926A2A01B2B8d1b2d
Octal12422215252033532153355
Binary10101001001001011010101010100110111010111000110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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