#52A269

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

Shades of Ocean Green #52A269

Tints of Ocean Green #52A269

Color information

#52A269 (or 0x52A269) is unknown color: approx Ocean Green. HEX triplet: 52, A2 and 69. RGB value is (82,162,105). Sum of RGB (Red+Green+Blue) = 82+162+105=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 162 - color contains mainly: green. Hex color #52A269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A269 is #AD5D96. Grayscale: #838383. Windows color (decimal): -11361687 or 6922834. OLE color: 6922834.

HSL color Cylindrical-coordinate representation of color #52A269: hue angle of 137.25º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A269 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB82162105-
CMYK0.4900.350.36
HSL137.25º32.79%47.84%-
HSV(B)137.25º49.38%63.53%-
XYZ18.9528.6517.9-
YUV131.5811392.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.50%
GREEN value IS 162 (63.67% from 255) = 46.42%
BLUE value IS 105 (41.41% from 255) = 30.09%
R=23.50%
G=46.42%
B=30.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821621050.4900.350.36137.2532.7947.84
Hex52A2693102324892130
Octal12224215161043442114160
Binary1010010101000101101001110001010001110010010001001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52A269; }

 p { color: rgb(82,162,105); }

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

<style>
 a { background-color: #52A269; }

 a { background-color: rgb(82,162,105); }

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

<style>
 span { border-color: #52A269; }

 span { border-color: rgb(82,162,105); }

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