Html Css Color HEX #52996F Ocean Green

📋 copy color: '#52996F'

red 82 ◦ green 153 ◦ blue 111

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

Shades of Ocean Green #52996F

Tints of Ocean Green #52996F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.22%

 BLUE value IS 111 (43.75% from 255) = 32.08%

R = 23.7%
G = 44.22%
B = 32.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#52996F (or 0x52996F) is known color: Ocean Green. HEX triplet: 52, 99 and 6F. RGB value is (82,153,111). Sum of RGB (Red+Green+Blue) = 82+153+111=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #52996F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52996F is #AD6690. Grayscale: #7F7F7F. Windows color (decimal): -11363985 or 7313746. OLE color: 7313746.

HSL color Cylindrical-coordinate representation of color #52996F: hue angle of 144.51º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #52996F is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 111 -
CMYK 0.46 0 0.27 0.4
HSL 144.51º 0.3% 0.46% -
HSV(B) 144.51º 0.46% 0.6% -
XYZ 17.74 25.72 19.07 -
YUV 126.98 118.98 95.92 -
System Red Green Blue C M Y K H S L
Decimal 82 153 111 0.46 0 0.27 0.4 144.51 0.3 0.46
Hex 52 99 6F 2E 0 1B 28 91 1E 2E
Octal 122 231 157 56 0 33 50 221 36 56
Binary 1010010 10011001 1101111 101110 0 11011 101000 10010001 11110 101110

Color Harmonies of #52996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52996F

Black with #52996F

Text Example


Text Example

White with #52996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52996F; }

 p { color: rgb(82,153,111); }

 H1.HeaderClassName
 {
   color: #52996F;
 }
 .AnyTagClassName
 {
   color: #52996F;
 }
</style>

background-color css

<style>
 a { background-color: #52996F; }

 a { background-color: rgb(82,153,111); }

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

border-color css

<style>
 span { border-color: #52996F; }

 span { border-color: rgb(82,153,111); }

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