Html Css Color HEX #52B578 Ocean Green

📋 copy color: '#52B578'

red 82 ◦ green 181 ◦ blue 120

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

Shades of Ocean Green #52B578

Tints of Ocean Green #52B578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.33%

R = 21.41%
G = 47.26%
B = 31.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#52B578 (or 0x52B578) is known color: Ocean Green. HEX triplet: 52, B5 and 78. RGB value is (82,181,120). Sum of RGB (Red+Green+Blue) = 82+181+120=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 181 - color contains mainly: green. Hex color #52B578 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B578 is #AD4A87. Grayscale: #909090. Windows color (decimal): -11356808 or 7910738. OLE color: 7910738.

HSL color Cylindrical-coordinate representation of color #52B578: hue angle of 143.03º 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 #52B578 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 181 120 -
CMYK 0.55 0 0.34 0.29
HSL 143.03º 0.4% 0.52% -
HSV(B) 143.03º 0.55% 0.71% -
XYZ 23.39 36.2 23.52 -
YUV 144.45 114.2 83.46 -
System Red Green Blue C M Y K H S L
Decimal 82 181 120 0.55 0 0.34 0.29 143.03 0.4 0.52
Hex 52 B5 78 37 0 22 1D 8F 28 34
Octal 122 265 170 67 0 42 35 217 50 64
Binary 1010010 10110101 1111000 110111 0 100010 11101 10001111 101000 110100

Color Harmonies of #52B578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B578

Black with #52B578

Text Example


Text Example

White with #52B578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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