Html Css Color HEX #52916B Ocean Green

📋 copy color: '#52916B'

red 82 ◦ green 145 ◦ blue 107

#52916B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #52916B

Tints of Ocean Green #52916B

RGB

 RED value IS 82 (32.42% from 255) = 24.55%

 GREEN value IS 145 (57.03% from 255) = 43.41%

 BLUE value IS 107 (42.19% from 255) = 32.04%

R = 24.55%
G = 43.41%
B = 32.04%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#52916B (or 0x52916B) is known color: Ocean Green. HEX triplet: 52, 91 and 6B. RGB value is (82,145,107). Sum of RGB (Red+Green+Blue) = 82+145+107=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #52916B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52916B is #AD6E94. Grayscale: #797979. Windows color (decimal): -11366037 or 7049554. OLE color: 7049554.

HSL color Cylindrical-coordinate representation of color #52916B: hue angle of 143.81º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52916B is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 145 107 -
CMYK 0.43 0 0.26 0.43
HSL 143.81º 0.28% 0.45% -
HSV(B) 143.81º 0.43% 0.57% -
XYZ 16.26 23.11 17.51 -
YUV 121.83 119.63 99.59 -
System Red Green Blue C M Y K H S L
Decimal 82 145 107 0.43 0 0.26 0.43 143.81 0.28 0.45
Hex 52 91 6B 2B 0 1A 2B 90 1C 2D
Octal 122 221 153 53 0 32 53 220 34 55
Binary 1010010 10010001 1101011 101011 0 11010 101011 10010000 11100 101101

Color Harmonies of #52916B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52916B

Black with #52916B

Text Example


Text Example

White with #52916B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52916B;
 }
 .AnyTagClassName
 {
   color: #52916B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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