Html Css Color HEX #45A463 Chateau Green

📋 copy color: '#45A463'

red 69 ◦ green 164 ◦ blue 99

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

Shades of Chateau Green #45A463

Tints of Chateau Green #45A463

RGB

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

 GREEN value IS 164 (64.45% from 255) = 49.4%

 BLUE value IS 99 (39.06% from 255) = 29.82%

R = 20.78%
G = 49.4%
B = 29.82%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#45A463 (or 0x45A463) is known color: Chateau Green. HEX triplet: 45, A4 and 63. RGB value is (69,164,99). Sum of RGB (Red+Green+Blue) = 69+164+99=332 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.78% from 332); Green value is 164 (64.45% from 255 or 49.40% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 164 - color contains mainly: green. Hex color #45A463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A463 is #BA5B9C. Grayscale: #808080. Windows color (decimal): -12213149 or 6530117. OLE color: 6530117.

HSL color Cylindrical-coordinate representation of color #45A463: hue angle of 138.95º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45A463 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 69 164 99 -
CMYK 0.58 0 0.40 0.36
HSL 138.95º 0.41% 0.46% -
HSV(B) 138.95º 0.58% 0.64% -
XYZ 17.98 28.72 16.4 -
YUV 128.19 111.53 85.79 -
System Red Green Blue C M Y K H S L
Decimal 69 164 99 0.58 0 0.40 0.36 138.95 0.41 0.46
Hex 45 A4 63 3A 0 28 24 8B 29 2E
Octal 105 244 143 72 0 50 44 213 51 56
Binary 1000101 10100100 1100011 111010 0 101000 100100 10001011 101001 101110

Color Harmonies of #45A463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45A463

Black with #45A463

Text Example


Text Example

White with #45A463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,164,99); }

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

background-color css

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

 a { background-color: rgb(69,164,99); }

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

border-color css

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

 span { border-color: rgb(69,164,99); }

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