Html Css Color HEX #469253 Chateau Green

📋 copy color: '#469253'

red 70 ◦ green 146 ◦ blue 83

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

Shades of Chateau Green #469253

Tints of Chateau Green #469253

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.83%

 BLUE value IS 83 (32.81% from 255) = 27.76%

R = 23.41%
G = 48.83%
B = 27.76%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#469253 (or 0x469253) is known color: Chateau Green. HEX triplet: 46, 92 and 53. RGB value is (70,146,83). Sum of RGB (Red+Green+Blue) = 70+146+83=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #469253 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469253 is #B96DAC. Grayscale: #747474. Windows color (decimal): -12152237 or 5476934. OLE color: 5476934.

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

Color convert

RGB 70 146 83 -
CMYK 0.52 0 0.43 0.43
HSL 130.26º 0.35% 0.42% -
HSV(B) 130.26º 0.52% 0.57% -
XYZ 14.37 22.48 11.77 -
YUV 116.09 109.32 95.12 -
System Red Green Blue C M Y K H S L
Decimal 70 146 83 0.52 0 0.43 0.43 130.26 0.35 0.42
Hex 46 92 53 34 0 2B 2B 82 23 2A
Octal 106 222 123 64 0 53 53 202 43 52
Binary 1000110 10010010 1010011 110100 0 101011 101011 10000010 100011 101010

Color Harmonies of #469253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469253

Black with #469253

Text Example


Text Example

White with #469253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469253; }

 p { color: rgb(70,146,83); }

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

background-color css

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

 a { background-color: rgb(70,146,83); }

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

border-color css

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

 span { border-color: rgb(70,146,83); }

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