Html Css Color HEX #55A364 Chateau Green

📋 copy color: '#55A364'

red 85 ◦ green 163 ◦ blue 100

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

Shades of Chateau Green #55A364

Tints of Chateau Green #55A364

RGB

 RED value IS 85 (33.59% from 255) = 24.43%

 GREEN value IS 163 (64.06% from 255) = 46.84%

 BLUE value IS 100 (39.45% from 255) = 28.74%

R = 24.43%
G = 46.84%
B = 28.74%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#55A364 (or 0x55A364) is known color: Chateau Green. HEX triplet: 55, A3 and 64. RGB value is (85,163,100). Sum of RGB (Red+Green+Blue) = 85+163+100=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 163 (64.06% from 255 or 46.84% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 163 - color contains mainly: green. Hex color #55A364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A364 is #AA5C9B. Grayscale: #848484. Windows color (decimal): -11164828 or 6595413. OLE color: 6595413.

HSL color Cylindrical-coordinate representation of color #55A364: hue angle of 131.54º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A364 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 163 100 -
CMYK 0.48 0 0.39 0.36
HSL 131.54º 0.31% 0.49% -
HSV(B) 131.54º 0.48% 0.64% -
XYZ 19.14 29.05 16.65 -
YUV 132.5 109.66 94.12 -
System Red Green Blue C M Y K H S L
Decimal 85 163 100 0.48 0 0.39 0.36 131.54 0.31 0.49
Hex 55 A3 64 30 0 27 24 84 1F 31
Octal 125 243 144 60 0 47 44 204 37 61
Binary 1010101 10100011 1100100 110000 0 100111 100100 10000100 11111 110001

Color Harmonies of #55A364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A364

Black with #55A364

Text Example


Text Example

White with #55A364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55A364; }

 p { color: rgb(85,163,100); }

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

background-color css

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

 a { background-color: rgb(85,163,100); }

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

border-color css

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

 span { border-color: rgb(85,163,100); }

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