#52956B

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

Shades of Ocean Green #52956B

Tints of Ocean Green #52956B

Color information

#52956B (or 0x52956B) is unknown color: approx Ocean Green. HEX triplet: 52, 95 and 6B. RGB value is (82,149,107). Sum of RGB (Red+Green+Blue) = 82+149+107=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #52956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52956B is #AD6A94. Grayscale: #7C7C7C. Windows color (decimal): -11365013 or 7050578. OLE color: 7050578.

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

Color convert

RGB82149107-
CMYK0.4500.280.42
HSL142.39º29%45.29%-
HSV(B)142.39º44.97%58.43%-
XYZ16.8824.3517.72-
YUV124.18118.397.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.26%
GREEN value IS 149 (58.59% from 255) = 44.08%
BLUE value IS 107 (42.19% from 255) = 31.66%
R=24.26%
G=44.08%
B=31.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821491070.4500.280.42142.392945.29
Hex52956B2D01C2A8e1d2d
Octal12222515355034522163555
Binary10100101001010111010111011010111001010101000111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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