Html Css Color HEX #469855 Chateau Green

📋 copy color: '#469855'

red 70 ◦ green 152 ◦ blue 85

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

Shades of Chateau Green #469855

Tints of Chateau Green #469855

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.51%

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

R = 22.8%
G = 49.51%
B = 27.69%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#469855 (or 0x469855) is known color: Chateau Green. HEX triplet: 46, 98 and 55. RGB value is (70,152,85). Sum of RGB (Red+Green+Blue) = 70+152+85=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #469855 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469855 is #B967AA. Grayscale: #787878. Windows color (decimal): -12150699 or 5609542. OLE color: 5609542.

HSL color Cylindrical-coordinate representation of color #469855: hue angle of 130.98º 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 #469855 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 152 85 -
CMYK 0.54 0 0.44 0.40
HSL 130.98º 0.37% 0.44% -
HSV(B) 130.98º 0.54% 0.6% -
XYZ 15.39 24.41 12.5 -
YUV 119.84 108.33 92.45 -
System Red Green Blue C M Y K H S L
Decimal 70 152 85 0.54 0 0.44 0.40 130.98 0.37 0.44
Hex 46 98 55 36 0 2C 28 83 25 2C
Octal 106 230 125 66 0 54 50 203 45 54
Binary 1000110 10011000 1010101 110110 0 101100 101000 10000011 100101 101100

Color Harmonies of #469855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469855

Black with #469855

Text Example


Text Example

White with #469855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469855; }

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

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

background-color css

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

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

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

border-color css

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

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

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