Html Css Color HEX #529474 Cutty Sark

📋 copy color: '#529474'

red 82 ◦ green 148 ◦ blue 116

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

Shades of Cutty Sark #529474

Tints of Cutty Sark #529474

RGB

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

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

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

R = 23.7%
G = 42.77%
B = 33.53%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#529474 (or 0x529474) is known color: Cutty Sark. HEX triplet: 52, 94 and 74. RGB value is (82,148,116). Sum of RGB (Red+Green+Blue) = 82+148+116=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 148 - color contains mainly: green. Hex color #529474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529474 is #AD6B8B. Grayscale: #7C7C7C. Windows color (decimal): -11365260 or 7640146. OLE color: 7640146.

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

Color convert

RGB 82 148 116 -
CMYK 0.45 0 0.22 0.42
HSL 150.91º 0.29% 0.45% -
HSV(B) 150.91º 0.45% 0.58% -
XYZ 17.22 24.23 20.29 -
YUV 124.62 123.13 97.6 -
System Red Green Blue C M Y K H S L
Decimal 82 148 116 0.45 0 0.22 0.42 150.91 0.29 0.45
Hex 52 94 74 2D 0 16 2A 97 1D 2D
Octal 122 224 164 55 0 26 52 227 35 55
Binary 1010010 10010100 1110100 101101 0 10110 101010 10010111 11101 101101

Color Harmonies of #529474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529474

Black with #529474

Text Example


Text Example

White with #529474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529474; }

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

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

background-color css

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

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

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

border-color css

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

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

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