Html Css Color HEX #529568 Ocean Green

📋 copy color: '#529568'

red 82 ◦ green 149 ◦ blue 104

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

Shades of Ocean Green #529568

Tints of Ocean Green #529568

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.48%

 BLUE value IS 104 (41.02% from 255) = 31.04%

R = 24.48%
G = 44.48%
B = 31.04%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#529568 (or 0x529568) is known color: Ocean Green. HEX triplet: 52, 95 and 68. RGB value is (82,149,104). Sum of RGB (Red+Green+Blue) = 82+149+104=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 149 - color contains mainly: green. Hex color #529568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529568 is #AD6A97. Grayscale: #7B7B7B. Windows color (decimal): -11365016 or 6853970. OLE color: 6853970.

HSL color Cylindrical-coordinate representation of color #529568: hue angle of 139.7º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529568 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 149 104 -
CMYK 0.45 0 0.30 0.42
HSL 139.7º 0.29% 0.45% -
HSV(B) 139.7º 0.45% 0.58% -
XYZ 16.73 24.29 16.9 -
YUV 123.84 116.8 98.16 -
System Red Green Blue C M Y K H S L
Decimal 82 149 104 0.45 0 0.30 0.42 139.7 0.29 0.45
Hex 52 95 68 2D 0 1E 2A 8C 1D 2D
Octal 122 225 150 55 0 36 52 214 35 55
Binary 1010010 10010101 1101000 101101 0 11110 101010 10001100 11101 101101

Color Harmonies of #529568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529568

Black with #529568

Text Example


Text Example

White with #529568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529568; }

 p { color: rgb(82,149,104); }

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

background-color css

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

 a { background-color: rgb(82,149,104); }

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

border-color css

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

 span { border-color: rgb(82,149,104); }

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