#53946E

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

Shades of Ocean Green #53946E

Tints of Ocean Green #53946E

Color information

#53946E (or 0x53946E) is unknown color: approx Ocean Green. HEX triplet: 53, 94 and 6E. RGB value is (83,148,110). Sum of RGB (Red+Green+Blue) = 83+148+110=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 148 - color contains mainly: green. Hex color #53946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53946E is #AC6B91. Grayscale: #7C7C7C. Windows color (decimal): -11299730 or 7246931. OLE color: 7246931.

HSL color Cylindrical-coordinate representation of color #53946E: hue angle of 144.92º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #53946E is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB83148110-
CMYK0.4400.260.42
HSL144.92º28.14%45.29%-
HSV(B)144.92º43.92%58.04%-
XYZ16.9724.1418.52-
YUV124.23119.9798.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.34%
GREEN value IS 148 (58.20% from 255) = 43.40%
BLUE value IS 110 (43.36% from 255) = 32.26%
R=24.34%
G=43.40%
B=32.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831481100.4400.260.42144.9228.1445.29
Hex53946E2C01A2A911c2d
Octal12322415654032522213455
Binary10100111001010011011101011000110101010101001000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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