#52936A

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

Shades of Ocean Green #52936A

Tints of Ocean Green #52936A

Color information

#52936A (or 0x52936A) is unknown color: approx Ocean Green. HEX triplet: 52, 93 and 6A. RGB value is (82,147,106). Sum of RGB (Red+Green+Blue) = 82+147+106=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 147 - color contains mainly: green. Hex color #52936A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52936A is #AD6C95. Grayscale: #7A7A7A. Windows color (decimal): -11365526 or 6984530. OLE color: 6984530.

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

Color convert

RGB82147106-
CMYK0.4400.280.42
HSL142.15º28.38%44.9%-
HSV(B)142.15º44.22%57.65%-
XYZ16.5123.717.34-
YUV122.89118.4798.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.48%
GREEN value IS 147 (57.81% from 255) = 43.88%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=24.48%
G=43.88%
B=31.64%

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
Decimal821471060.4400.280.42142.1528.3844.9
Hex52936A2C01C2A8e1c2d
Octal12222315254034522163455
Binary10100101001001111010101011000111001010101000111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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