Html Css Color HEX #36AC5A Chateau Green

📋 copy color: '#36AC5A'

red 54 ◦ green 172 ◦ blue 90

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

Shades of Chateau Green #36AC5A

Tints of Chateau Green #36AC5A

RGB

 RED value IS 54 (21.48% from 255) = 17.09%

 GREEN value IS 172 (67.58% from 255) = 54.43%

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

R = 17.09%
G = 54.43%
B = 28.48%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#36AC5A (or 0x36AC5A) is known color: Chateau Green. HEX triplet: 36, AC and 5A. RGB value is (54,172,90). Sum of RGB (Red+Green+Blue) = 54+172+90=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 172 (67.58% from 255 or 54.43% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 172 - color contains mainly: green. Hex color #36AC5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36AC5A is #C953A5. Grayscale: #7F7F7F. Windows color (decimal): -13194150 or 5942326. OLE color: 5942326.

HSL color Cylindrical-coordinate representation of color #36AC5A: hue angle of 138.31º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36AC5A is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 172 90 -
CMYK 0.69 0 0.48 0.33
HSL 138.31º 0.52% 0.44% -
HSV(B) 138.31º 0.69% 0.67% -
XYZ 18.12 31.03 14.71 -
YUV 127.37 106.91 75.67 -
System Red Green Blue C M Y K H S L
Decimal 54 172 90 0.69 0 0.48 0.33 138.31 0.52 0.44
Hex 36 AC 5A 45 0 30 21 8A 34 2C
Octal 66 254 132 105 0 60 41 212 64 54
Binary 110110 10101100 1011010 1000101 0 110000 100001 10001010 110100 101100

Color Harmonies of #36AC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36AC5A

Black with #36AC5A

Text Example


Text Example

White with #36AC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36AC5A; }

 p { color: rgb(54,172,90); }

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

background-color css

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

 a { background-color: rgb(54,172,90); }

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

border-color css

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

 span { border-color: rgb(54,172,90); }

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