Html Css Color HEX #52915F Chateau Green

📋 copy color: '#52915F'

red 82 ◦ green 145 ◦ blue 95

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

Shades of Chateau Green #52915F

Tints of Chateau Green #52915F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.5%

R = 25.47%
G = 45.03%
B = 29.5%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#52915F (or 0x52915F) is known color: Chateau Green. HEX triplet: 52, 91 and 5F. RGB value is (82,145,95). Sum of RGB (Red+Green+Blue) = 82+145+95=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #52915F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52915F is #AD6EA0. Grayscale: #787878. Windows color (decimal): -11366049 or 6263122. OLE color: 6263122.

HSL color Cylindrical-coordinate representation of color #52915F: hue angle of 132.38º 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 #52915F is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 145 95 -
CMYK 0.43 0 0.34 0.43
HSL 132.38º 0.28% 0.45% -
HSV(B) 132.38º 0.43% 0.57% -
XYZ 15.67 22.87 14.42 -
YUV 120.46 113.63 100.57 -
System Red Green Blue C M Y K H S L
Decimal 82 145 95 0.43 0 0.34 0.43 132.38 0.28 0.45
Hex 52 91 5F 2B 0 22 2B 84 1C 2D
Octal 122 221 137 53 0 42 53 204 34 55
Binary 1010010 10010001 1011111 101011 0 100010 101011 10000100 11100 101101

Color Harmonies of #52915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52915F

Black with #52915F

Text Example


Text Example

White with #52915F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52915F; }

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

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

background-color css

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

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

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

border-color css

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

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

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