Html Css Color HEX #529974 Ocean Green

📋 copy color: '#529974'

red 82 ◦ green 153 ◦ blue 116

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

Shades of Ocean Green #529974

Tints of Ocean Green #529974

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.59%

 BLUE value IS 116 (45.7% from 255) = 33.05%

R = 23.36%
G = 43.59%
B = 33.05%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#529974 (or 0x529974) is known color: Ocean Green. HEX triplet: 52, 99 and 74. RGB value is (82,153,116). Sum of RGB (Red+Green+Blue) = 82+153+116=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #529974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529974 is #AD668B. Grayscale: #7F7F7F. Windows color (decimal): -11363980 or 7641426. OLE color: 7641426.

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

Color convert

RGB 82 153 116 -
CMYK 0.46 0 0.24 0.4
HSL 148.73º 0.3% 0.46% -
HSV(B) 148.73º 0.46% 0.6% -
XYZ 18.02 25.84 20.56 -
YUV 127.55 121.48 95.51 -
System Red Green Blue C M Y K H S L
Decimal 82 153 116 0.46 0 0.24 0.4 148.73 0.3 0.46
Hex 52 99 74 2E 0 18 28 95 1E 2E
Octal 122 231 164 56 0 30 50 225 36 56
Binary 1010010 10011001 1110100 101110 0 11000 101000 10010101 11110 101110

Color Harmonies of #529974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529974

Black with #529974

Text Example


Text Example

White with #529974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529974; }

 p { color: rgb(82,153,116); }

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

background-color css

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

 a { background-color: rgb(82,153,116); }

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

border-color css

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

 span { border-color: rgb(82,153,116); }

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