#53946B

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

Shades of Ocean Green #53946B

Tints of Ocean Green #53946B

Color information

#53946B (or 0x53946B) is unknown color: approx Ocean Green. HEX triplet: 53, 94 and 6B. RGB value is (83,148,107). Sum of RGB (Red+Green+Blue) = 83+148+107=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #53946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53946B is #AC6B94. Grayscale: #7B7B7B. Windows color (decimal): -11299733 or 7050323. OLE color: 7050323.

HSL color Cylindrical-coordinate representation of color #53946B: hue angle of 142.15º 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 #53946B is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB83148107-
CMYK0.4400.280.42
HSL142.15º28.14%45.29%-
HSV(B)142.15º43.92%58.04%-
XYZ16.8124.0817.67-
YUV123.89118.4798.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.56%
GREEN value IS 148 (58.20% from 255) = 43.79%
BLUE value IS 107 (42.19% from 255) = 31.66%
R=24.56%
G=43.79%
B=31.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831481070.4400.280.42142.1528.1445.29
Hex53946B2C01C2A8e1c2d
Octal12322415354034522163455
Binary10100111001010011010111011000111001010101000111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53946B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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