Html Css Color HEX #529569 Ocean Green

📋 copy color: '#529569'

red 82 ◦ green 149 ◦ blue 105

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

Shades of Ocean Green #529569

Tints of Ocean Green #529569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.25%

R = 24.4%
G = 44.35%
B = 31.25%

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

#529569 (or 0x529569) is known color: Ocean Green. HEX triplet: 52, 95 and 69. RGB value is (82,149,105). Sum of RGB (Red+Green+Blue) = 82+149+105=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #529569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529569 is #AD6A96. Grayscale: #7C7C7C. Windows color (decimal): -11365015 or 6919506. OLE color: 6919506.

HSL color Cylindrical-coordinate representation of color #529569: hue angle of 140.6º 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 #529569 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 149 105 -
CMYK 0.45 0 0.30 0.42
HSL 140.6º 0.29% 0.45% -
HSV(B) 140.6º 0.45% 0.58% -
XYZ 16.78 24.31 17.17 -
YUV 123.95 117.3 98.08 -
System Red Green Blue C M Y K H S L
Decimal 82 149 105 0.45 0 0.30 0.42 140.6 0.29 0.45
Hex 52 95 69 2D 0 1E 2A 8D 1D 2D
Octal 122 225 151 55 0 36 52 215 35 55
Binary 1010010 10010101 1101001 101101 0 11110 101010 10001101 11101 101101

Color Harmonies of #529569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529569

Black with #529569

Text Example


Text Example

White with #529569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529569; }

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

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

background-color css

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

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

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

border-color css

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

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

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