Html Css Color HEX #556148 Chalet Green

📋 copy color: '#556148'

red 85 ◦ green 97 ◦ blue 72

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

Shades of Chalet Green #556148

Tints of Chalet Green #556148

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.19%

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

R = 33.46%
G = 38.19%
B = 28.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#556148 (or 0x556148) is known color: Chalet Green. HEX triplet: 55, 61 and 48. RGB value is (85,97,72). Sum of RGB (Red+Green+Blue) = 85+97+72=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 97 - color contains mainly: green. Hex color #556148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556148 is #AA9EB7. Grayscale: #5A5A5A. Windows color (decimal): -11181752 or 4743509. OLE color: 4743509.

HSL color Cylindrical-coordinate representation of color #556148: hue angle of 88.8º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #556148 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 97 72 -
CMYK 0.12 0 0.26 0.62
HSL 88.8º 0.15% 0.33% -
HSV(B) 88.8º 0.26% 0.38% -
XYZ 9.19 10.95 7.76 -
YUV 90.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 85 97 72 0.12 0 0.26 0.62 88.8 0.15 0.33
Hex 55 61 48 C 0 1A 3E 59 F 21
Octal 125 141 110 14 0 32 76 131 17 41
Binary 1010101 1100001 1001000 1100 0 11010 111110 1011001 1111 100001

Color Harmonies of #556148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556148

Black with #556148

Text Example


Text Example

White with #556148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556148; }

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

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

background-color css

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

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

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

border-color css

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

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

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