Html Css Color HEX #529378 Cutty Sark

📋 copy color: '#529378'

red 82 ◦ green 147 ◦ blue 120

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

Shades of Cutty Sark #529378

Tints of Cutty Sark #529378

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.12%

 BLUE value IS 120 (47.27% from 255) = 34.38%

R = 23.5%
G = 42.12%
B = 34.38%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#529378 (or 0x529378) is known color: Cutty Sark. HEX triplet: 52, 93 and 78. RGB value is (82,147,120). Sum of RGB (Red+Green+Blue) = 82+147+120=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #529378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529378 is #AD6C87. Grayscale: #7C7C7C. Windows color (decimal): -11365512 or 7902034. OLE color: 7902034.

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

Color convert

RGB 82 147 120 -
CMYK 0.44 0 0.18 0.42
HSL 155.08º 0.28% 0.45% -
HSV(B) 155.08º 0.44% 0.58% -
XYZ 17.3 24.02 21.49 -
YUV 124.49 125.47 97.7 -
System Red Green Blue C M Y K H S L
Decimal 82 147 120 0.44 0 0.18 0.42 155.08 0.28 0.45
Hex 52 93 78 2C 0 12 2A 9B 1C 2D
Octal 122 223 170 54 0 22 52 233 34 55
Binary 1010010 10010011 1111000 101100 0 10010 101010 10011011 11100 101101

Color Harmonies of #529378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529378

Black with #529378

Text Example


Text Example

White with #529378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529378; }

 p { color: rgb(82,147,120); }

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

background-color css

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

 a { background-color: rgb(82,147,120); }

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

border-color css

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

 span { border-color: rgb(82,147,120); }

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