Html Css Color HEX #469C64 Chateau Green

📋 copy color: '#469C64'

red 70 ◦ green 156 ◦ blue 100

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

Shades of Chateau Green #469C64

Tints of Chateau Green #469C64

RGB

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

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

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

R = 21.47%
G = 47.85%
B = 30.67%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#469C64 (or 0x469C64) is known color: Chateau Green. HEX triplet: 46, 9C and 64. RGB value is (70,156,100). Sum of RGB (Red+Green+Blue) = 70+156+100=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 156 (61.33% from 255 or 47.85% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 156 - color contains mainly: green. Hex color #469C64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469C64 is #B9639B. Grayscale: #7C7C7C. Windows color (decimal): -12149660 or 6593606. OLE color: 6593606.

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

Color convert

RGB 70 156 100 -
CMYK 0.55 0 0.36 0.39
HSL 140.93º 0.38% 0.44% -
HSV(B) 140.93º 0.55% 0.61% -
XYZ 16.71 26 16.19 -
YUV 123.9 114.51 89.55 -
System Red Green Blue C M Y K H S L
Decimal 70 156 100 0.55 0 0.36 0.39 140.93 0.38 0.44
Hex 46 9C 64 37 0 24 27 8D 26 2C
Octal 106 234 144 67 0 44 47 215 46 54
Binary 1000110 10011100 1100100 110111 0 100100 100111 10001101 100110 101100

Color Harmonies of #469C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469C64

Black with #469C64

Text Example


Text Example

White with #469C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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