Html Css Color HEX #529168 Ocean Green

📋 copy color: '#529168'

red 82 ◦ green 145 ◦ blue 104

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

Shades of Ocean Green #529168

Tints of Ocean Green #529168

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.81%

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

R = 24.77%
G = 43.81%
B = 31.42%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#529168 (or 0x529168) is known color: Ocean Green. HEX triplet: 52, 91 and 68. RGB value is (82,145,104). Sum of RGB (Red+Green+Blue) = 82+145+104=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #529168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529168 is #AD6E97. Grayscale: #797979. Windows color (decimal): -11366040 or 6852946. OLE color: 6852946.

HSL color Cylindrical-coordinate representation of color #529168: hue angle of 140.95º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #529168 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 145 104 -
CMYK 0.43 0 0.28 0.43
HSL 140.95º 0.28% 0.45% -
HSV(B) 140.95º 0.43% 0.57% -
XYZ 16.1 23.04 16.7 -
YUV 121.49 118.13 99.83 -
System Red Green Blue C M Y K H S L
Decimal 82 145 104 0.43 0 0.28 0.43 140.95 0.28 0.45
Hex 52 91 68 2B 0 1C 2B 8D 1C 2D
Octal 122 221 150 53 0 34 53 215 34 55
Binary 1010010 10010001 1101000 101011 0 11100 101011 10001101 11100 101101

Color Harmonies of #529168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529168

Black with #529168

Text Example


Text Example

White with #529168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529168; }

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

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

background-color css

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

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

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

border-color css

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

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

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