#52936B

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

Shades of Ocean Green #52936B

Tints of Ocean Green #52936B

Color information

#52936B (or 0x52936B) is unknown color: approx Ocean Green. HEX triplet: 52, 93 and 6B. RGB value is (82,147,107). Sum of RGB (Red+Green+Blue) = 82+147+107=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 147 - color contains mainly: green. Hex color #52936B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52936B is #AD6C94. Grayscale: #7B7B7B. Windows color (decimal): -11365525 or 7050066. OLE color: 7050066.

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

Color convert

RGB82147107-
CMYK0.4400.270.42
HSL143.08º28.38%44.9%-
HSV(B)143.08º44.22%57.65%-
XYZ16.5723.7217.62-
YUV123118.9798.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.40%
GREEN value IS 147 (57.81% from 255) = 43.75%
BLUE value IS 107 (42.19% from 255) = 31.85%
R=24.40%
G=43.75%
B=31.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821471070.4400.270.42143.0828.3844.9
Hex52936B2C01B2A8f1c2d
Octal12222315354033522173455
Binary10100101001001111010111011000110111010101000111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52936B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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