Html Css Color HEX #52976E Ocean Green

📋 copy color: '#52976E'

red 82 ◦ green 151 ◦ blue 110

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

Shades of Ocean Green #52976E

Tints of Ocean Green #52976E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.02%

 BLUE value IS 110 (43.36% from 255) = 32.07%

R = 23.91%
G = 44.02%
B = 32.07%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#52976E (or 0x52976E) is known color: Ocean Green. HEX triplet: 52, 97 and 6E. RGB value is (82,151,110). Sum of RGB (Red+Green+Blue) = 82+151+110=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 151 - color contains mainly: green. Hex color #52976E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52976E is #AD6891. Grayscale: #7D7D7D. Windows color (decimal): -11364498 or 7247698. OLE color: 7247698.

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

Color convert

RGB 82 151 110 -
CMYK 0.46 0 0.27 0.41
HSL 144.35º 0.3% 0.46% -
HSV(B) 144.35º 0.46% 0.59% -
XYZ 17.36 25.05 18.67 -
YUV 125.7 119.14 96.83 -
System Red Green Blue C M Y K H S L
Decimal 82 151 110 0.46 0 0.27 0.41 144.35 0.3 0.46
Hex 52 97 6E 2E 0 1B 29 90 1E 2E
Octal 122 227 156 56 0 33 51 220 36 56
Binary 1010010 10010111 1101110 101110 0 11011 101001 10010000 11110 101110

Color Harmonies of #52976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52976E

Black with #52976E

Text Example


Text Example

White with #52976E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52976E; }

 p { color: rgb(82,151,110); }

 H1.HeaderClassName
 {
   color: #52976E;
 }
 .AnyTagClassName
 {
   color: #52976E;
 }
</style>

background-color css

<style>
 a { background-color: #52976E; }

 a { background-color: rgb(82,151,110); }

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

border-color css

<style>
 span { border-color: #52976E; }

 span { border-color: rgb(82,151,110); }

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