Html Css Color HEX #469362 Chateau Green

📋 copy color: '#469362'

red 70 ◦ green 147 ◦ blue 98

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

Shades of Chateau Green #469362

Tints of Chateau Green #469362

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.67%

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

R = 22.22%
G = 46.67%
B = 31.11%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#469362 (or 0x469362) is known color: Chateau Green. HEX triplet: 46, 93 and 62. RGB value is (70,147,98). Sum of RGB (Red+Green+Blue) = 70+147+98=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #469362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469362 is #B96C9D. Grayscale: #767676. Windows color (decimal): -12151966 or 6460230. OLE color: 6460230.

HSL color Cylindrical-coordinate representation of color #469362: hue angle of 141.82º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #469362 is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 147 98 -
CMYK 0.52 0 0.33 0.42
HSL 141.82º 0.35% 0.43% -
HSV(B) 141.82º 0.52% 0.58% -
XYZ 15.16 23.05 15.21 -
YUV 118.39 116.49 93.48 -
System Red Green Blue C M Y K H S L
Decimal 70 147 98 0.52 0 0.33 0.42 141.82 0.35 0.43
Hex 46 93 62 34 0 21 2A 8E 23 2B
Octal 106 223 142 64 0 41 52 216 43 53
Binary 1000110 10010011 1100010 110100 0 100001 101010 10001110 100011 101011

Color Harmonies of #469362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469362

Black with #469362

Text Example


Text Example

White with #469362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469362; }

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

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

background-color css

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

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

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

border-color css

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

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

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