Html Css Color HEX #469465 Chateau Green

📋 copy color: '#469465'

red 70 ◦ green 148 ◦ blue 101

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

Shades of Chateau Green #469465

Tints of Chateau Green #469465

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.39%

 BLUE value IS 101 (39.84% from 255) = 31.66%

R = 21.94%
G = 46.39%
B = 31.66%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#469465 (or 0x469465) is known color: Chateau Green. HEX triplet: 46, 94 and 65. RGB value is (70,148,101). Sum of RGB (Red+Green+Blue) = 70+148+101=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #469465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469465 is #B96B9A. Grayscale: #777777. Windows color (decimal): -12151707 or 6657094. OLE color: 6657094.

HSL color Cylindrical-coordinate representation of color #469465: hue angle of 143.85º 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 #469465 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 148 101 -
CMYK 0.53 0 0.32 0.42
HSL 143.85º 0.36% 0.43% -
HSV(B) 143.85º 0.53% 0.58% -
XYZ 15.46 23.42 16.02 -
YUV 119.32 117.66 92.82 -
System Red Green Blue C M Y K H S L
Decimal 70 148 101 0.53 0 0.32 0.42 143.85 0.36 0.43
Hex 46 94 65 35 0 20 2A 90 24 2B
Octal 106 224 145 65 0 40 52 220 44 53
Binary 1000110 10010100 1100101 110101 0 100000 101010 10010000 100100 101011

Color Harmonies of #469465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469465

Black with #469465

Text Example


Text Example

White with #469465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469465; }

 p { color: rgb(70,148,101); }

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

background-color css

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

 a { background-color: rgb(70,148,101); }

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

border-color css

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

 span { border-color: rgb(70,148,101); }

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