Html Css Color HEX #469C63 Chateau Green

📋 copy color: '#469C63'

red 70 ◦ green 156 ◦ blue 99

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

Shades of Chateau Green #469C63

Tints of Chateau Green #469C63

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48%

 BLUE value IS 99 (39.06% from 255) = 30.46%

R = 21.54%
G = 48%
B = 30.46%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#469C63 (or 0x469C63) is known color: Chateau Green. HEX triplet: 46, 9C and 63. RGB value is (70,156,99). Sum of RGB (Red+Green+Blue) = 70+156+99=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 156 - color contains mainly: green. Hex color #469C63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469C63 is #B9639C. Grayscale: #7B7B7B. Windows color (decimal): -12149661 or 6528070. OLE color: 6528070.

HSL color Cylindrical-coordinate representation of color #469C63: hue angle of 140.23º 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 #469C63 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 156 99 -
CMYK 0.55 0 0.37 0.39
HSL 140.23º 0.38% 0.44% -
HSV(B) 140.23º 0.55% 0.61% -
XYZ 16.67 25.98 15.94 -
YUV 123.79 114.01 89.63 -
System Red Green Blue C M Y K H S L
Decimal 70 156 99 0.55 0 0.37 0.39 140.23 0.38 0.44
Hex 46 9C 63 37 0 25 27 8C 26 2C
Octal 106 234 143 67 0 45 47 214 46 54
Binary 1000110 10011100 1100011 110111 0 100101 100111 10001100 100110 101100

Color Harmonies of #469C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469C63

Black with #469C63

Text Example


Text Example

White with #469C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,156,99); }

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

background-color css

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

 a { background-color: rgb(70,156,99); }

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

border-color css

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

 span { border-color: rgb(70,156,99); }

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