#52956E

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

Shades of Ocean Green #52956E

Tints of Ocean Green #52956E

Color information

#52956E (or 0x52956E) is unknown color: approx Ocean Green. HEX triplet: 52, 95 and 6E. RGB value is (82,149,110). Sum of RGB (Red+Green+Blue) = 82+149+110=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 149 - color contains mainly: green. Hex color #52956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52956E is #AD6A91. Grayscale: #7C7C7C. Windows color (decimal): -11365010 or 7247186. OLE color: 7247186.

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

Color convert

RGB82149110-
CMYK0.4500.260.42
HSL145.07º29%45.29%-
HSV(B)145.07º44.97%58.43%-
XYZ17.0424.4118.57-
YUV124.52119.897.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.05%
GREEN value IS 149 (58.59% from 255) = 43.70%
BLUE value IS 110 (43.36% from 255) = 32.26%
R=24.05%
G=43.70%
B=32.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821491100.4500.260.42145.072945.29
Hex52956E2D01A2A911d2d
Octal12222515655032522213555
Binary10100101001010111011101011010110101010101001000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,149,110); }

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

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

 a { background-color: rgb(82,149,110); }

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

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

 span { border-color: rgb(82,149,110); }

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