Html Css Color HEX #469867 Chateau Green

📋 copy color: '#469867'

red 70 ◦ green 152 ◦ blue 103

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

Shades of Chateau Green #469867

Tints of Chateau Green #469867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.69%

R = 21.54%
G = 46.77%
B = 31.69%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#469867 (or 0x469867) is known color: Chateau Green. HEX triplet: 46, 98 and 67. RGB value is (70,152,103). Sum of RGB (Red+Green+Blue) = 70+152+103=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #469867 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469867 is #B96798. Grayscale: #7A7A7A. Windows color (decimal): -12150681 or 6789190. OLE color: 6789190.

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

Color convert

RGB 70 152 103 -
CMYK 0.54 0 0.32 0.40
HSL 144.15º 0.37% 0.44% -
HSV(B) 144.15º 0.54% 0.6% -
XYZ 16.2 24.74 16.75 -
YUV 121.9 117.33 90.98 -
System Red Green Blue C M Y K H S L
Decimal 70 152 103 0.54 0 0.32 0.40 144.15 0.37 0.44
Hex 46 98 67 36 0 20 28 90 25 2C
Octal 106 230 147 66 0 40 50 220 45 54
Binary 1000110 10011000 1100111 110110 0 100000 101000 10010000 100101 101100

Color Harmonies of #469867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469867

Black with #469867

Text Example


Text Example

White with #469867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469867; }

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

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

background-color css

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

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

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

border-color css

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

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

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