#52946C

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

Shades of Ocean Green #52946C

Tints of Ocean Green #52946C

Color information

#52946C (or 0x52946C) is unknown color: approx Ocean Green. HEX triplet: 52, 94 and 6C. RGB value is (82,148,108). Sum of RGB (Red+Green+Blue) = 82+148+108=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #52946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52946C is #AD6B93. Grayscale: #7B7B7B. Windows color (decimal): -11365268 or 7115858. OLE color: 7115858.

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

Color convert

RGB82148108-
CMYK0.4500.270.42
HSL143.64º28.7%45.1%-
HSV(B)143.64º44.59%58.04%-
XYZ16.7824.0617.95-
YUV123.71119.1398.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.26%
GREEN value IS 148 (58.20% from 255) = 43.79%
BLUE value IS 108 (42.58% from 255) = 31.95%
R=24.26%
G=43.79%
B=31.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821481080.4500.270.42143.6428.745.1
Hex52946C2D01B2A901d2d
Octal12222415455033522203555
Binary10100101001010011011001011010110111010101001000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52946C; }

 p { color: rgb(82,148,108); }

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

<style>
 a { background-color: #52946C; }

 a { background-color: rgb(82,148,108); }

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

<style>
 span { border-color: #52946C; }

 span { border-color: rgb(82,148,108); }

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