Html Css Color HEX #529467 Chateau Green

📋 copy color: '#529467'

red 82 ◦ green 148 ◦ blue 103

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

Shades of Chateau Green #529467

Tints of Chateau Green #529467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.93%

R = 24.62%
G = 44.44%
B = 30.93%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#529467 (or 0x529467) is known color: Chateau Green. HEX triplet: 52, 94 and 67. RGB value is (82,148,103). Sum of RGB (Red+Green+Blue) = 82+148+103=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 148 - color contains mainly: green. Hex color #529467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529467 is #AD6B98. Grayscale: #7B7B7B. Windows color (decimal): -11365273 or 6788178. OLE color: 6788178.

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

Color convert

RGB 82 148 103 -
CMYK 0.45 0 0.30 0.42
HSL 139.09º 0.29% 0.45% -
HSV(B) 139.09º 0.45% 0.58% -
XYZ 16.52 23.95 16.58 -
YUV 123.14 116.63 98.66 -
System Red Green Blue C M Y K H S L
Decimal 82 148 103 0.45 0 0.30 0.42 139.09 0.29 0.45
Hex 52 94 67 2D 0 1E 2A 8B 1D 2D
Octal 122 224 147 55 0 36 52 213 35 55
Binary 1010010 10010100 1100111 101101 0 11110 101010 10001011 11101 101101

Color Harmonies of #529467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529467

Black with #529467

Text Example


Text Example

White with #529467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529467; }

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

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

background-color css

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

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

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

border-color css

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

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

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