Html Css Color HEX #45AD60 Chateau Green

📋 copy color: '#45AD60'

red 69 ◦ green 173 ◦ blue 96

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

Shades of Chateau Green #45AD60

Tints of Chateau Green #45AD60

RGB

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

 GREEN value IS 173 (67.97% from 255) = 51.18%

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

R = 20.41%
G = 51.18%
B = 28.4%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#45AD60 (or 0x45AD60) is known color: Chateau Green. HEX triplet: 45, AD and 60. RGB value is (69,173,96). Sum of RGB (Red+Green+Blue) = 69+173+96=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 173 (67.97% from 255 or 51.18% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AD60 is #BA529F. Grayscale: #858585. Windows color (decimal): -12210848 or 6335813. OLE color: 6335813.

HSL color Cylindrical-coordinate representation of color #45AD60: hue angle of 135.58º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AD60 is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 69 173 96 -
CMYK 0.60 0 0.45 0.32
HSL 135.58º 0.43% 0.47% -
HSV(B) 135.58º 0.6% 0.68% -
XYZ 19.51 32 16.21 -
YUV 133.13 107.04 82.26 -
System Red Green Blue C M Y K H S L
Decimal 69 173 96 0.60 0 0.45 0.32 135.58 0.43 0.47
Hex 45 AD 60 3C 0 2D 20 88 2B 2F
Octal 105 255 140 74 0 55 40 210 53 57
Binary 1000101 10101101 1100000 111100 0 101101 100000 10001000 101011 101111

Color Harmonies of #45AD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45AD60

Black with #45AD60

Text Example


Text Example

White with #45AD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45AD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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