Html Css Color HEX #529469 Ocean Green

📋 copy color: '#529469'

red 82 ◦ green 148 ◦ blue 105

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

Shades of Ocean Green #529469

Tints of Ocean Green #529469

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.18%

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

R = 24.48%
G = 44.18%
B = 31.34%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#529469 (or 0x529469) is known color: Ocean Green. HEX triplet: 52, 94 and 69. RGB value is (82,148,105). Sum of RGB (Red+Green+Blue) = 82+148+105=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #529469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529469 is #AD6B96. Grayscale: #7B7B7B. Windows color (decimal): -11365271 or 6919250. OLE color: 6919250.

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

Color convert

RGB 82 148 105 -
CMYK 0.45 0 0.29 0.42
HSL 140.91º 0.29% 0.45% -
HSV(B) 140.91º 0.45% 0.58% -
XYZ 16.62 23.99 17.12 -
YUV 123.36 117.63 98.5 -
System Red Green Blue C M Y K H S L
Decimal 82 148 105 0.45 0 0.29 0.42 140.91 0.29 0.45
Hex 52 94 69 2D 0 1D 2A 8D 1D 2D
Octal 122 224 151 55 0 35 52 215 35 55
Binary 1010010 10010100 1101001 101101 0 11101 101010 10001101 11101 101101

Color Harmonies of #529469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529469

Black with #529469

Text Example


Text Example

White with #529469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529469; }

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

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

background-color css

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

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

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

border-color css

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

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

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