Html Css Color HEX #459460 Chateau Green

📋 copy color: '#459460'

red 69 ◦ green 148 ◦ blue 96

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

Shades of Chateau Green #459460

Tints of Chateau Green #459460

RGB

 RED value IS 69 (27.34% from 255) = 22.04%

 GREEN value IS 148 (58.2% from 255) = 47.28%

 BLUE value IS 96 (37.89% from 255) = 30.67%

R = 22.04%
G = 47.28%
B = 30.67%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#459460 (or 0x459460) is known color: Chateau Green. HEX triplet: 45, 94 and 60. RGB value is (69,148,96). Sum of RGB (Red+Green+Blue) = 69+148+96=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #459460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459460 is #BA6B9F. Grayscale: #767676. Windows color (decimal): -12217248 or 6329413. OLE color: 6329413.

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

Color convert

RGB 69 148 96 -
CMYK 0.53 0 0.35 0.42
HSL 140.51º 0.36% 0.43% -
HSV(B) 140.51º 0.53% 0.58% -
XYZ 15.16 23.29 14.76 -
YUV 118.45 115.33 92.73 -
System Red Green Blue C M Y K H S L
Decimal 69 148 96 0.53 0 0.35 0.42 140.51 0.36 0.43
Hex 45 94 60 35 0 23 2A 8D 24 2B
Octal 105 224 140 65 0 43 52 215 44 53
Binary 1000101 10010100 1100000 110101 0 100011 101010 10001101 100100 101011

Color Harmonies of #459460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459460

Black with #459460

Text Example


Text Example

White with #459460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459460; }

 p { color: rgb(69,148,96); }

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

background-color css

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

 a { background-color: rgb(69,148,96); }

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

border-color css

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

 span { border-color: rgb(69,148,96); }

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