Html Css Color HEX #529872 Ocean Green

📋 copy color: '#529872'

red 82 ◦ green 152 ◦ blue 114

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

Shades of Ocean Green #529872

Tints of Ocean Green #529872

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.68%

 BLUE value IS 114 (44.92% from 255) = 32.76%

R = 23.56%
G = 43.68%
B = 32.76%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#529872 (or 0x529872) is known color: Ocean Green. HEX triplet: 52, 98 and 72. RGB value is (82,152,114). Sum of RGB (Red+Green+Blue) = 82+152+114=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 152 - color contains mainly: green. Hex color #529872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529872 is #AD678D. Grayscale: #7E7E7E. Windows color (decimal): -11364238 or 7510098. OLE color: 7510098.

HSL color Cylindrical-coordinate representation of color #529872: hue angle of 147.43º 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 #529872 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 152 114 -
CMYK 0.46 0 0.25 0.40
HSL 147.43º 0.3% 0.46% -
HSV(B) 147.43º 0.46% 0.6% -
XYZ 17.75 25.47 19.9 -
YUV 126.74 120.81 96.09 -
System Red Green Blue C M Y K H S L
Decimal 82 152 114 0.46 0 0.25 0.40 147.43 0.3 0.46
Hex 52 98 72 2E 0 19 28 93 1E 2E
Octal 122 230 162 56 0 31 50 223 36 56
Binary 1010010 10011000 1110010 101110 0 11001 101000 10010011 11110 101110

Color Harmonies of #529872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529872

Black with #529872

Text Example


Text Example

White with #529872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529872; }

 p { color: rgb(82,152,114); }

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

background-color css

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

 a { background-color: rgb(82,152,114); }

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

border-color css

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

 span { border-color: rgb(82,152,114); }

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