Html Css Color HEX #469560 Chateau Green

📋 copy color: '#469560'

red 70 ◦ green 149 ◦ blue 96

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

Shades of Chateau Green #469560

Tints of Chateau Green #469560

RGB

 RED value IS 70 (27.73% from 255) = 22.22%

 GREEN value IS 149 (58.59% from 255) = 47.3%

 BLUE value IS 96 (37.89% from 255) = 30.48%

R = 22.22%
G = 47.3%
B = 30.48%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#469560 (or 0x469560) is known color: Chateau Green. HEX triplet: 46, 95 and 60. RGB value is (70,149,96). Sum of RGB (Red+Green+Blue) = 70+149+96=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #469560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469560 is #B96A9F. Grayscale: #777777. Windows color (decimal): -12151456 or 6329670. OLE color: 6329670.

HSL color Cylindrical-coordinate representation of color #469560: hue angle of 139.75º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #469560 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 149 96 -
CMYK 0.53 0 0.36 0.42
HSL 139.75º 0.36% 0.43% -
HSV(B) 139.75º 0.53% 0.58% -
XYZ 15.38 23.64 14.82 -
YUV 119.34 114.83 92.81 -
System Red Green Blue C M Y K H S L
Decimal 70 149 96 0.53 0 0.36 0.42 139.75 0.36 0.43
Hex 46 95 60 35 0 24 2A 8C 24 2B
Octal 106 225 140 65 0 44 52 214 44 53
Binary 1000110 10010101 1100000 110101 0 100100 101010 10001100 100100 101011

Color Harmonies of #469560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469560

Black with #469560

Text Example


Text Example

White with #469560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469560; }

 p { color: rgb(70,149,96); }

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

background-color css

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

 a { background-color: rgb(70,149,96); }

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

border-color css

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

 span { border-color: rgb(70,149,96); }

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