Html Css Color HEX #469862 Chateau Green

📋 copy color: '#469862'

red 70 ◦ green 152 ◦ blue 98

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

Shades of Chateau Green #469862

Tints of Chateau Green #469862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.63%

R = 21.88%
G = 47.5%
B = 30.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#469862 (or 0x469862) is known color: Chateau Green. HEX triplet: 46, 98 and 62. RGB value is (70,152,98). Sum of RGB (Red+Green+Blue) = 70+152+98=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #469862 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469862 is #B9679D. Grayscale: #797979. Windows color (decimal): -12150686 or 6461510. OLE color: 6461510.

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

Color convert

RGB 70 152 98 -
CMYK 0.54 0 0.36 0.40
HSL 140.49º 0.37% 0.44% -
HSV(B) 140.49º 0.54% 0.6% -
XYZ 15.96 24.64 15.47 -
YUV 121.33 114.83 91.39 -
System Red Green Blue C M Y K H S L
Decimal 70 152 98 0.54 0 0.36 0.40 140.49 0.37 0.44
Hex 46 98 62 36 0 24 28 8C 25 2C
Octal 106 230 142 66 0 44 50 214 45 54
Binary 1000110 10011000 1100010 110110 0 100100 101000 10001100 100101 101100

Color Harmonies of #469862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469862

Black with #469862

Text Example


Text Example

White with #469862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469862; }

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

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

background-color css

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

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

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

border-color css

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

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

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