#52956A

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

Shades of Ocean Green #52956A

Tints of Ocean Green #52956A

Color information

#52956A (or 0x52956A) is unknown color: approx Ocean Green. HEX triplet: 52, 95 and 6A. RGB value is (82,149,106). Sum of RGB (Red+Green+Blue) = 82+149+106=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #52956A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52956A is #AD6A95. Grayscale: #7C7C7C. Windows color (decimal): -11365014 or 6985042. OLE color: 6985042.

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

Color convert

RGB82149106-
CMYK0.4500.290.42
HSL141.49º29%45.29%-
HSV(B)141.49º44.97%58.43%-
XYZ16.8324.3317.44-
YUV124.06117.898-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.33%
GREEN value IS 149 (58.59% from 255) = 44.21%
BLUE value IS 106 (41.80% from 255) = 31.45%
R=24.33%
G=44.21%
B=31.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821491060.4500.290.42141.492945.29
Hex52956A2D01D2A8d1d2d
Octal12222515255035522153555
Binary10100101001010111010101011010111011010101000110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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