Html Css Color HEX #52905F Chateau Green

📋 copy color: '#52905F'

red 82 ◦ green 144 ◦ blue 95

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

Shades of Chateau Green #52905F

Tints of Chateau Green #52905F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.86%

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

R = 25.55%
G = 44.86%
B = 29.6%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#52905F (or 0x52905F) is known color: Chateau Green. HEX triplet: 52, 90 and 5F. RGB value is (82,144,95). Sum of RGB (Red+Green+Blue) = 82+144+95=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 144 - color contains mainly: green. Hex color #52905F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52905F is #AD6FA0. Grayscale: #787878. Windows color (decimal): -11366305 or 6262866. OLE color: 6262866.

HSL color Cylindrical-coordinate representation of color #52905F: hue angle of 132.58º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52905F is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 144 95 -
CMYK 0.43 0 0.34 0.44
HSL 132.58º 0.27% 0.44% -
HSV(B) 132.58º 0.43% 0.56% -
XYZ 15.52 22.57 14.36 -
YUV 119.88 113.96 100.98 -
System Red Green Blue C M Y K H S L
Decimal 82 144 95 0.43 0 0.34 0.44 132.58 0.27 0.44
Hex 52 90 5F 2B 0 22 2C 85 1B 2C
Octal 122 220 137 53 0 42 54 205 33 54
Binary 1010010 10010000 1011111 101011 0 100010 101100 10000101 11011 101100

Color Harmonies of #52905F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52905F

Black with #52905F

Text Example


Text Example

White with #52905F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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