Html Css Color HEX #469152 Chateau Green

📋 copy color: '#469152'

red 70 ◦ green 145 ◦ blue 82

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

Shades of Chateau Green #469152

Tints of Chateau Green #469152

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.82%

 BLUE value IS 82 (32.42% from 255) = 27.61%

R = 23.57%
G = 48.82%
B = 27.61%

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

#469152 (or 0x469152) is known color: Chateau Green. HEX triplet: 46, 91 and 52. RGB value is (70,145,82). Sum of RGB (Red+Green+Blue) = 70+145+82=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #469152 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469152 is #B96EAD. Grayscale: #737373. Windows color (decimal): -12152494 or 5411142. OLE color: 5411142.

HSL color Cylindrical-coordinate representation of color #469152: hue angle of 129.6º 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 #469152 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 145 82 -
CMYK 0.52 0 0.43 0.43
HSL 129.6º 0.35% 0.42% -
HSV(B) 129.6º 0.52% 0.57% -
XYZ 14.17 22.16 11.51 -
YUV 115.39 109.15 95.62 -
System Red Green Blue C M Y K H S L
Decimal 70 145 82 0.52 0 0.43 0.43 129.6 0.35 0.42
Hex 46 91 52 34 0 2B 2B 82 23 2A
Octal 106 221 122 64 0 53 53 202 43 52
Binary 1000110 10010001 1010010 110100 0 101011 101011 10000010 100011 101010

Color Harmonies of #469152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469152

Black with #469152

Text Example


Text Example

White with #469152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469152; }

 p { color: rgb(70,145,82); }

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

background-color css

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

 a { background-color: rgb(70,145,82); }

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

border-color css

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

 span { border-color: rgb(70,145,82); }

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