Html Css Color HEX #556348 Chalet Green

📋 copy color: '#556348'

red 85 ◦ green 99 ◦ blue 72

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

Shades of Chalet Green #556348

Tints of Chalet Green #556348

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.67%

 BLUE value IS 72 (28.52% from 255) = 28.13%

R = 33.2%
G = 38.67%
B = 28.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#556348 (or 0x556348) is known color: Chalet Green. HEX triplet: 55, 63 and 48. RGB value is (85,99,72). Sum of RGB (Red+Green+Blue) = 85+99+72=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 99 - color contains mainly: green. Hex color #556348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556348 is #AA9CB7. Grayscale: #5B5B5B. Windows color (decimal): -11181240 or 4744021. OLE color: 4744021.

HSL color Cylindrical-coordinate representation of color #556348: hue angle of 91.11º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #556348 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 99 72 -
CMYK 0.14 0 0.27 0.61
HSL 91.11º 0.16% 0.34% -
HSV(B) 91.11º 0.27% 0.39% -
XYZ 9.38 11.32 7.82 -
YUV 91.74 116.86 123.2 -
System Red Green Blue C M Y K H S L
Decimal 85 99 72 0.14 0 0.27 0.61 91.11 0.16 0.34
Hex 55 63 48 E 0 1B 3D 5B 10 22
Octal 125 143 110 16 0 33 75 133 20 42
Binary 1010101 1100011 1001000 1110 0 11011 111101 1011011 10000 100010

Color Harmonies of #556348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556348

Black with #556348

Text Example


Text Example

White with #556348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556348; }

 p { color: rgb(85,99,72); }

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

background-color css

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

 a { background-color: rgb(85,99,72); }

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

border-color css

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

 span { border-color: rgb(85,99,72); }

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