Html Css Color HEX #469053 Chateau Green

📋 copy color: '#469053'

red 70 ◦ green 144 ◦ blue 83

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

Shades of Chateau Green #469053

Tints of Chateau Green #469053

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.48%

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

R = 23.57%
G = 48.48%
B = 27.95%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#469053 (or 0x469053) is known color: Chateau Green. HEX triplet: 46, 90 and 53. RGB value is (70,144,83). Sum of RGB (Red+Green+Blue) = 70+144+83=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #469053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469053 is #B96FAC. Grayscale: #737373. Windows color (decimal): -12152749 or 5476422. OLE color: 5476422.

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

Color convert

RGB 70 144 83 -
CMYK 0.51 0 0.42 0.44
HSL 130.54º 0.35% 0.42% -
HSV(B) 130.54º 0.51% 0.56% -
XYZ 14.06 21.87 11.66 -
YUV 114.92 109.98 95.96 -
System Red Green Blue C M Y K H S L
Decimal 70 144 83 0.51 0 0.42 0.44 130.54 0.35 0.42
Hex 46 90 53 33 0 2A 2C 83 23 2A
Octal 106 220 123 63 0 52 54 203 43 52
Binary 1000110 10010000 1010011 110011 0 101010 101100 10000011 100011 101010

Color Harmonies of #469053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469053

Black with #469053

Text Example


Text Example

White with #469053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469053; }

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

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

background-color css

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

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

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

border-color css

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

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

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