Html Css Color HEX #459B5A Chateau Green

📋 copy color: '#459B5A'

red 69 ◦ green 155 ◦ blue 90

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

Shades of Chateau Green #459B5A

Tints of Chateau Green #459B5A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.36%

 BLUE value IS 90 (35.55% from 255) = 28.66%

R = 21.97%
G = 49.36%
B = 28.66%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#459B5A (or 0x459B5A) is known color: Chateau Green. HEX triplet: 45, 9B and 5A. RGB value is (69,155,90). Sum of RGB (Red+Green+Blue) = 69+155+90=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 155 (60.94% from 255 or 49.36% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 155 - color contains mainly: green. Hex color #459B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459B5A is #BA64A5. Grayscale: #7A7A7A. Windows color (decimal): -12215462 or 5937989. OLE color: 5937989.

HSL color Cylindrical-coordinate representation of color #459B5A: hue angle of 134.65º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459B5A is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 69 155 90 -
CMYK 0.55 0 0.42 0.39
HSL 134.65º 0.38% 0.44% -
HSV(B) 134.65º 0.55% 0.61% -
XYZ 16.02 25.45 13.74 -
YUV 121.88 110.01 90.29 -
System Red Green Blue C M Y K H S L
Decimal 69 155 90 0.55 0 0.42 0.39 134.65 0.38 0.44
Hex 45 9B 5A 37 0 2A 27 87 26 2C
Octal 105 233 132 67 0 52 47 207 46 54
Binary 1000101 10011011 1011010 110111 0 101010 100111 10000111 100110 101100

Color Harmonies of #459B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459B5A

Black with #459B5A

Text Example


Text Example

White with #459B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459B5A; }

 p { color: rgb(69,155,90); }

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

background-color css

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

 a { background-color: rgb(69,155,90); }

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

border-color css

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

 span { border-color: rgb(69,155,90); }

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