Html Css Color HEX #469955 Chateau Green

📋 copy color: '#469955'

red 70 ◦ green 153 ◦ blue 85

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

Shades of Chateau Green #469955

Tints of Chateau Green #469955

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.68%

 BLUE value IS 85 (33.59% from 255) = 27.6%

R = 22.73%
G = 49.68%
B = 27.6%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#469955 (or 0x469955) is known color: Chateau Green. HEX triplet: 46, 99 and 55. RGB value is (70,153,85). Sum of RGB (Red+Green+Blue) = 70+153+85=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #469955 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469955 is #B966AA. Grayscale: #787878. Windows color (decimal): -12150443 or 5609798. OLE color: 5609798.

HSL color Cylindrical-coordinate representation of color #469955: hue angle of 130.84º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469955 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 153 85 -
CMYK 0.54 0 0.44 0.4
HSL 130.84º 0.37% 0.44% -
HSV(B) 130.84º 0.54% 0.6% -
XYZ 15.56 24.74 12.55 -
YUV 120.43 108 92.03 -
System Red Green Blue C M Y K H S L
Decimal 70 153 85 0.54 0 0.44 0.4 130.84 0.37 0.44
Hex 46 99 55 36 0 2C 28 83 25 2C
Octal 106 231 125 66 0 54 50 203 45 54
Binary 1000110 10011001 1010101 110110 0 101100 101000 10000011 100101 101100

Color Harmonies of #469955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469955

Black with #469955

Text Example


Text Example

White with #469955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469955; }

 p { color: rgb(70,153,85); }

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

background-color css

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

 a { background-color: rgb(70,153,85); }

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

border-color css

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

 span { border-color: rgb(70,153,85); }

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