Html Css Color HEX #55663F Chalet Green

📋 copy color: '#55663F'

red 85 ◦ green 102 ◦ blue 63

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

Shades of Chalet Green #55663F

Tints of Chalet Green #55663F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.8%

 BLUE value IS 63 (25% from 255) = 25.2%

R = 34%
G = 40.8%
B = 25.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.6

RGB Variations

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

Color information

#55663F (or 0x55663F) is known color: Chalet Green. HEX triplet: 55, 66 and 3F. RGB value is (85,102,63). Sum of RGB (Red+Green+Blue) = 85+102+63=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 102 - color contains mainly: green. Hex color #55663F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55663F is #AA99C0. Grayscale: #5C5C5C. Windows color (decimal): -11180481 or 4154965. OLE color: 4154965.

HSL color Cylindrical-coordinate representation of color #55663F: hue angle of 86.15º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55663F is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.6.

Color convert

RGB 85 102 63 -
CMYK 0.17 0 0.38 0.6
HSL 86.15º 0.24% 0.32% -
HSV(B) 86.15º 0.38% 0.4% -
XYZ 9.39 11.79 6.48 -
YUV 92.47 111.37 122.67 -
System Red Green Blue C M Y K H S L
Decimal 85 102 63 0.17 0 0.38 0.6 86.15 0.24 0.32
Hex 55 66 3F 11 0 26 3C 56 18 20
Octal 125 146 77 21 0 46 74 126 30 40
Binary 1010101 1100110 111111 10001 0 100110 111100 1010110 11000 100000

Color Harmonies of #55663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55663F

Black with #55663F

Text Example


Text Example

White with #55663F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55663F; }

 p { color: rgb(85,102,63); }

 H1.HeaderClassName
 {
   color: #55663F;
 }
 .AnyTagClassName
 {
   color: #55663F;
 }
</style>

background-color css

<style>
 a { background-color: #55663F; }

 a { background-color: rgb(85,102,63); }

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

border-color css

<style>
 span { border-color: #55663F; }

 span { border-color: rgb(85,102,63); }

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