Html Css Color HEX #52B579 Ocean Green

📋 copy color: '#52B579'

red 82 ◦ green 181 ◦ blue 121

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

Shades of Ocean Green #52B579

Tints of Ocean Green #52B579

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.14%

 BLUE value IS 121 (47.66% from 255) = 31.51%

R = 21.35%
G = 47.14%
B = 31.51%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#52B579 (or 0x52B579) is known color: Ocean Green. HEX triplet: 52, B5 and 79. RGB value is (82,181,121). Sum of RGB (Red+Green+Blue) = 82+181+121=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 181 - color contains mainly: green. Hex color #52B579 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B579 is #AD4A86. Grayscale: #909090. Windows color (decimal): -11356807 or 7976274. OLE color: 7976274.

HSL color Cylindrical-coordinate representation of color #52B579: hue angle of 143.64º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B579 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 181 121 -
CMYK 0.55 0 0.33 0.29
HSL 143.64º 0.4% 0.52% -
HSV(B) 143.64º 0.55% 0.71% -
XYZ 23.45 36.22 23.84 -
YUV 144.56 114.7 83.38 -
System Red Green Blue C M Y K H S L
Decimal 82 181 121 0.55 0 0.33 0.29 143.64 0.4 0.52
Hex 52 B5 79 37 0 21 1D 90 28 34
Octal 122 265 171 67 0 41 35 220 50 64
Binary 1010010 10110101 1111001 110111 0 100001 11101 10010000 101000 110100

Color Harmonies of #52B579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B579

Black with #52B579

Text Example


Text Example

White with #52B579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52B579; }

 p { color: rgb(82,181,121); }

 H1.HeaderClassName
 {
   color: #52B579;
 }
 .AnyTagClassName
 {
   color: #52B579;
 }
</style>

background-color css

<style>
 a { background-color: #52B579; }

 a { background-color: rgb(82,181,121); }

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

border-color css

<style>
 span { border-color: #52B579; }

 span { border-color: rgb(82,181,121); }

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