Html Css Color HEX #469B64 Chateau Green

📋 copy color: '#469B64'

red 70 ◦ green 155 ◦ blue 100

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

Shades of Chateau Green #469B64

Tints of Chateau Green #469B64

RGB

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

 GREEN value IS 155 (60.94% from 255) = 47.69%

 BLUE value IS 100 (39.45% from 255) = 30.77%

R = 21.54%
G = 47.69%
B = 30.77%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#469B64 (or 0x469B64) is known color: Chateau Green. HEX triplet: 46, 9B and 64. RGB value is (70,155,100). Sum of RGB (Red+Green+Blue) = 70+155+100=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 155 (60.94% from 255 or 47.69% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 155 - color contains mainly: green. Hex color #469B64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469B64 is #B9649B. Grayscale: #7B7B7B. Windows color (decimal): -12149916 or 6593350. OLE color: 6593350.

HSL color Cylindrical-coordinate representation of color #469B64: hue angle of 141.18º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469B64 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 155 100 -
CMYK 0.55 0 0.35 0.39
HSL 141.18º 0.38% 0.44% -
HSV(B) 141.18º 0.55% 0.61% -
XYZ 16.55 25.66 16.14 -
YUV 123.32 114.84 89.97 -
System Red Green Blue C M Y K H S L
Decimal 70 155 100 0.55 0 0.35 0.39 141.18 0.38 0.44
Hex 46 9B 64 37 0 23 27 8D 26 2C
Octal 106 233 144 67 0 43 47 215 46 54
Binary 1000110 10011011 1100100 110111 0 100011 100111 10001101 100110 101100

Color Harmonies of #469B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469B64

Black with #469B64

Text Example


Text Example

White with #469B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469B64; }

 p { color: rgb(70,155,100); }

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

background-color css

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

 a { background-color: rgb(70,155,100); }

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

border-color css

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

 span { border-color: rgb(70,155,100); }

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